Improve ruff config

This commit is contained in:
Matthias 2023-02-23 07:12:54 +01:00
parent bf968a9fd8
commit 6b829d839b

View File

@ -62,11 +62,11 @@ ignore = ["freqtrade/vendor/**"]
line-length = 100
extend-exclude = [".env"]
extend-select = [
"TID",
"EXE",
"YTT",
# "DTZ",
# "RSE",
# "TCH",
# "PTH",
"TID", # flake8-tidy-imports
# "EXE", # flake8-executable
"YTT", # flake8-2020
# "DTZ", # flake8-datetimez
# "RSE", # flake8-raise
# "TCH", # flake8-type-checking
# "PTH", # flake8-use-pathlib
]