changed target of Flake8 to 3.9 to avoid some errors with older debian versions

This commit is contained in:
Félix Boisselier
2024-04-18 22:55:57 +02:00
parent bf6adcd93c
commit e4810f82d0
3 changed files with 3 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ Changelog = "https://github.com/Frix-x/klippain-shaketune/releases"
[tool.ruff]
line-length = 120 # We all have modern screens now and I believe this should be brought in line with current technology
indent-width = 4
target-version = "py310"
target-version = "py39"
[tool.ruff.lint]
select = ["E4", "E7", "E9", "F", "B"]