Enable flake8-blind-except linting rules (#267)

See https://docs.astral.sh/ruff/rules/#flake8-blind-except-ble.
This commit is contained in:
Marc Wrobel
2023-12-30 10:50:10 +01:00
parent 0e7003e251
commit e95c82aab9

View File

@@ -2,6 +2,7 @@ select = [
"ANN", # flake8-annotations
"ASYNC", # flake8-async
"B", # flake8-bugbear
"BLE", # flake8-blind-except
"C90", # mccabe
"E", # pycodestyle errors
"F", # pyflakes errors