Add Ruff Async checks

pull/10399/head
Matthias 2 years ago
parent c2275009a8
commit c4bc5356d1

@ -144,6 +144,7 @@ extend-select = [
# "TCH", # flake8-type-checking
"PTH", # flake8-use-pathlib
# "RUF", # ruff
"ASYNC", # flake8-async
]
extend-ignore = [

Loading…
Cancel
Save