build: enable flake8-bugbear rules in ruff

This commit is contained in:
Dimitri Papadopoulos 2024-01-08 07:49:27 +01:00 committed by Adrien Vergé
parent 5969b4f29e
commit d20aa6d302

View File

@ -1,5 +1,5 @@
[lint]
extend-select = ["I"]
extend-select = ["B", "I"]
[lint.isort]
known-third-party = ["tests"]