Add Ruff Async checks

This commit is contained in:
Matthias
2024-07-02 20:53:18 +02:00
parent c2275009a8
commit c4bc5356d1

View File

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