changed target of Flake8 to 3.9 to avoid some errors with older debian versions
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user