add PTH ruff selection

This commit is contained in:
Matthias
2023-02-25 17:17:05 +01:00
parent d014e4590e
commit 26315b6bc2
3 changed files with 18 additions and 18 deletions

View File

@@ -68,5 +68,5 @@ extend-select = [
# "DTZ", # flake8-datetimez
# "RSE", # flake8-raise
# "TCH", # flake8-type-checking
# "PTH", # flake8-use-pathlib
"PTH", # flake8-use-pathlib
]