Enable flake8-async linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-async-async.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
select = [
|
||||
"ANN", # flake8-annotations
|
||||
"ASYNC", # flake8-async
|
||||
"B", # flake8-bugbear
|
||||
"C90", # mccabe
|
||||
"E", # pycodestyle errors
|
||||
|
||||
Reference in New Issue
Block a user