diff --git a/pyproject.toml b/pyproject.toml index 450890a7ff27..027251ba17f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -229,6 +229,7 @@ select = [ "B", # flake8-bugbear "A", # flake8-builtins "COM", # flake8-commas + "BLE", # flake8-blind-except "C4", # flake8-comprehensions "FA", # flake8-future-annotations "ISC", # flake8-implicit-str-concat