Merge pull request #8225 from freqtrade/ruff2

Ruff - add PTH rule and subsequent changes
This commit is contained in:
Matthias
2023-03-01 20:27:06 +01:00
committed by GitHub
13 changed files with 37 additions and 36 deletions

View File

@@ -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]