udpates ruff configuration

This commit is contained in:
Mose Müller 2024-02-15 09:01:53 +01:00
parent aca5aab1ef
commit 551b8f0158

View File

@ -77,9 +77,9 @@ select = [
"YTT", # flake8-2020
"W", # pycodestyle warnings
]
[tool.ruff.lint]
ignore = [
"E203", # whitespace-before-punctuation
"W292", # missing-newline-at-end-of-file
"PERF203", # try-except-in-loop
]
extend-exclude = [