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 = [
|
select = [
|
||||||
"ANN", # flake8-annotations
|
"ANN", # flake8-annotations
|
||||||
|
"ASYNC", # flake8-async
|
||||||
"B", # flake8-bugbear
|
"B", # flake8-bugbear
|
||||||
"C90", # mccabe
|
"C90", # mccabe
|
||||||
"E", # pycodestyle errors
|
"E", # pycodestyle errors
|
||||||
|
|||||||
Reference in New Issue
Block a user