diff --git a/.ruff.toml b/.ruff.toml index 943ec04..2368645 100644 --- a/.ruff.toml +++ b/.ruff.toml @@ -1,5 +1,5 @@ [lint] -extend-select = ["I"] +extend-select = ["B", "I"] [lint.isort] known-third-party = ["tests"]