migrate all projects to python 3.13 linting

This commit is contained in:
Jörg Thalheim
2025-07-04 17:18:13 +02:00
parent 65904d8d8e
commit d585052007

View File

@@ -1,5 +1,5 @@
[tool.mypy]
python_version = "3.12"
python_version = "3.13"
pretty = true
warn_redundant_casts = true
disallow_untyped_calls = true
@@ -8,7 +8,7 @@ no_implicit_optional = true
exclude = "clan_cli.nixpkgs"
[tool.ruff]
target-version = "py311"
target-version = "py313"
line-length = 88
lint.select = [
"A",