From 55313e95c4be5e088ff75b297f20f02d8341cfd1 Mon Sep 17 00:00:00 2001 From: No767 <73260931+No767@users.noreply.github.com> Date: Wed, 21 Aug 2024 19:45:10 -0700 Subject: [PATCH] fix async 109 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1bf4867..1fd8ce1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ reportUnnecessaryTypeIgnoreComment = "warning" skips = ["B311", "B101"] [tool.ruff.lint] -ignore = ["E501", "N999", "E402", "S311"] +ignore = ["E501", "N999", "E402", "S311", "ASYNC109"] select = ["E", "F", "N", "ASYNC", "S", "ERA"] [build-system]