mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 05:50:36 +00:00
Extend ruff excludes to .venv
This commit is contained in:
@@ -63,7 +63,7 @@ ignore = ["freqtrade/vendor/**"]
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
extend-exclude = [".env"]
|
||||
extend-exclude = [".env", ".venv"]
|
||||
target-version = "py38"
|
||||
extend-select = [
|
||||
"C90", # mccabe
|
||||
|
||||
Reference in New Issue
Block a user