Merge pull request #8225 from freqtrade/ruff2
Ruff - add PTH rule and subsequent changes
This commit is contained in:
@@ -72,7 +72,7 @@ extend-select = [
|
||||
# "DTZ", # flake8-datetimez
|
||||
# "RSE", # flake8-raise
|
||||
# "TCH", # flake8-type-checking
|
||||
# "PTH", # flake8-use-pathlib
|
||||
"PTH", # flake8-use-pathlib
|
||||
]
|
||||
|
||||
[tool.ruff.mccabe]
|
||||
|
||||
Reference in New Issue
Block a user