mirror of
https://github.com/tiqi-group/pydase.git
synced 2026-01-20 10:52:25 +01:00
ignores some ruff rule
This commit is contained in:
@@ -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
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user