From 72f6a8ddee66eac64d2d2f355b4483fab8726f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mose=20M=C3=BCller?= Date: Tue, 20 Feb 2024 12:50:56 +0100 Subject: [PATCH] ignores some ruff rule --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) 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 ]