diff --git a/pyproject.toml b/pyproject.toml index 55ff28db6..a0dc7aa60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -144,6 +144,7 @@ extend-select = [ # "TCH", # flake8-type-checking "PTH", # flake8-use-pathlib # "RUF", # ruff + "ASYNC", # flake8-async ] extend-ignore = [