Skip to content

Commit 1b16c74

Browse files
author
Raphael Krupinski
committed
⬆️ Upgrade mypy and add the package to its configuration.
1 parent 3f63f8a commit 1b16c74

File tree

3 files changed

+29
-30
lines changed

3 files changed

+29
-30
lines changed

poetry.lock

Lines changed: 28 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ addopts = "--color=yes"
5454
mypy_path = "src"
5555
namespace_packages = true
5656
python_version = "3.9"
57+
packages = ["lapidary.runtime"]
5758

5859
[tool.ruff]
5960
target-version = "py39"

tests/test_client.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# mypy: disable-error-code="empty-body"
2-
31
import dataclasses as dc
42
import unittest
53

0 commit comments

Comments
 (0)