Enable flake8-async linting rules (#267)

See https://docs.astral.sh/ruff/rules/#flake8-async-async.
This commit is contained in:
Marc Wrobel
2023-12-30 10:48:34 +01:00
parent b32cb09494
commit 0e7003e251

View File

@@ -1,5 +1,6 @@
select = [
"ANN", # flake8-annotations
"ASYNC", # flake8-async
"B", # flake8-bugbear
"C90", # mccabe
"E", # pycodestyle errors