Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,5 @@ report.show_missing = true
html.show_contexts = true
html.skip_covered = false

[tool.mypy]
python_version = "3.11"
show_error_codes = true
strict = true
[tool.ty]
environment.python-version = "3.14"
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,9 @@ commands =
[testenv:type]
description = run type check on code base
deps =
mypy==1.19.1
ty==0.0.16
commands =
mypy --strict src
mypy --strict tests
ty check --output-format concise --error-on-warning .

[testenv:pkg_meta]
description = check that the long description is valid
Expand Down