refactor: pyproject.toml
Browse files- pyproject.toml +3 -2
pyproject.toml
CHANGED
|
@@ -64,11 +64,12 @@ multi_line_output = 3
|
|
| 64 |
line_length = 88
|
| 65 |
|
| 66 |
[tool.mypy]
|
| 67 |
-
python_version = "
|
| 68 |
warn_return_any = true
|
| 69 |
warn_unused_configs = true
|
| 70 |
exclude = ["tests/.*"]
|
| 71 |
-
|
|
|
|
| 72 |
|
| 73 |
|
| 74 |
|
|
|
|
| 64 |
line_length = 88
|
| 65 |
|
| 66 |
[tool.mypy]
|
| 67 |
+
python_version = "3.12"
|
| 68 |
warn_return_any = true
|
| 69 |
warn_unused_configs = true
|
| 70 |
exclude = ["tests/.*"]
|
| 71 |
+
ignore_missing_imports = true
|
| 72 |
+
follow_imports = "silent"
|
| 73 |
|
| 74 |
|
| 75 |
|