We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5d78c commit 20f4890Copy full SHA for 20f4890
pyproject.toml
@@ -118,7 +118,5 @@ report.show_missing = true
118
html.show_contexts = true
119
html.skip_covered = false
120
121
-[tool.mypy]
122
-python_version = "3.11"
123
-show_error_codes = true
124
-strict = true
+[tool.ty]
+environment.python-version = "3.14"
tox.ini
@@ -47,10 +47,9 @@ commands =
47
[testenv:type]
48
description = run type check on code base
49
deps =
50
- mypy==1.19.1
+ ty==0.0.16
51
commands =
52
- mypy --strict src
53
- mypy --strict tests
+ ty check --output-format concise --error-on-warning .
54
55
[testenv:pkg_meta]
56
description = check that the long description is valid
0 commit comments