mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-25 13:51:45 +00:00
Add ruff linting - initial configuration
This commit is contained in:
@@ -56,3 +56,17 @@ exclude = [
|
||||
"build_helpers/*.py",
|
||||
]
|
||||
ignore = ["freqtrade/vendor/**"]
|
||||
|
||||
|
||||
[tool.ruff]
|
||||
line-length = 100
|
||||
extend-exclude = [".env"]
|
||||
extend-select = [
|
||||
"TID",
|
||||
"EXE",
|
||||
"YTT",
|
||||
# "DTZ",
|
||||
# "RSE",
|
||||
# "TCH",
|
||||
# "PTH",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user