ignores some ruff rule

This commit is contained in:
Mose Müller 2024-02-20 12:50:56 +01:00
parent dfb6f966aa
commit 72f6a8ddee

View File

@ -83,6 +83,7 @@ select = [
"W", # pycodestyle warnings "W", # pycodestyle warnings
] ]
ignore = [ ignore = [
"RUF006", # asyncio-dangling-task
"PERF203", # try-except-in-loop "PERF203", # try-except-in-loop
] ]