Add Ruff Async checks
This commit is contained in:
@@ -144,6 +144,7 @@ extend-select = [
|
||||
# "TCH", # flake8-type-checking
|
||||
"PTH", # flake8-use-pathlib
|
||||
# "RUF", # ruff
|
||||
"ASYNC", # flake8-async
|
||||
]
|
||||
|
||||
extend-ignore = [
|
||||
|
||||
Reference in New Issue
Block a user