Enable flake8-blind-except linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-blind-except-ble.
This commit is contained in:
@@ -2,6 +2,7 @@ select = [
|
|||||||
"ANN", # flake8-annotations
|
"ANN", # flake8-annotations
|
||||||
"ASYNC", # flake8-async
|
"ASYNC", # flake8-async
|
||||||
"B", # flake8-bugbear
|
"B", # flake8-bugbear
|
||||||
|
"BLE", # flake8-blind-except
|
||||||
"C90", # mccabe
|
"C90", # mccabe
|
||||||
"E", # pycodestyle errors
|
"E", # pycodestyle errors
|
||||||
"F", # pyflakes errors
|
"F", # pyflakes errors
|
||||||
|
|||||||
Reference in New Issue
Block a user