Ruff rule (commented for now)

This commit is contained in:
Matthias 2024-05-12 18:08:47 +02:00
parent 5d4a930188
commit ccb395c6c5

View File

@ -140,6 +140,7 @@ extend-select = [
# "RSE", # flake8-raise
# "TCH", # flake8-type-checking
"PTH", # flake8-use-pathlib
# "RUF", # ruff
]
extend-ignore = [