chore: update ruff target version to 3.9

This commit is contained in:
Matthias 2024-10-04 07:11:06 +02:00
parent cf6c41f9db
commit 4c3c2eaa3b

View File

@ -120,7 +120,7 @@ ignore = ["freqtrade/vendor/**"]
[tool.ruff]
line-length = 100
extend-exclude = [".env", ".venv"]
target-version = "py38"
target-version = "py39"
[tool.ruff.lint]
extend-select = [