mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
Improving StaticTypeCheck.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user