diff --git a/pyproject.toml b/pyproject.toml index 342a6c774..63af7e3f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,6 +93,7 @@ show_missing = true [tool.ruff] select = [ + "ASYNC", # flake8-async "E", "F", "W", # default Flake8 "G", # flake8-logging-format "I", # isort