mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 12:13:57 +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]
|
[tool.ruff]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
extend-exclude = [".env", ".venv"]
|
extend-exclude = [".env", ".venv"]
|
||||||
target-version = "py38"
|
target-version = "py39"
|
||||||
|
|
||||||
[tool.ruff.lint]
|
[tool.ruff.lint]
|
||||||
extend-select = [
|
extend-select = [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user