mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 04:03:55 +00:00
chore: update ruff target version to 3.9
This commit is contained in:
parent
cf6c41f9db
commit
4c3c2eaa3b
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue
Block a user