migrate all projects to python 3.13 linting
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user