diff --git a/pyproject.toml b/pyproject.toml index 87fbe0b..14ae685 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ select = [ "W", # pycodestyle warnings ] ignore = [ + "RUF006", # asyncio-dangling-task "PERF203", # try-except-in-loop ]