Improving StaticTypeCheck.

This commit is contained in:
Patrick Lehmann
2025-09-13 18:22:03 +02:00
parent 0c8f81d52e
commit f79a63bf8e
4 changed files with 61 additions and 35 deletions

View File

@@ -10,8 +10,8 @@ build-backend = "setuptools.build_meta"
line-length = 120
[tool.mypy]
files = ["pyDummy"]
python_version = "3.12"
packages = ["myPackage", "myFramework"]
python_version = "3.13"
#ignore_missing_imports = true
strict = true
pretty = true