Enable flake8-bugbear linting rules (#267)

See https://docs.astral.sh/ruff/rules/#flake8-bugbear-b.
This commit is contained in:
Marc Wrobel
2023-12-30 10:03:55 +01:00
parent 26f8db809c
commit 0e8fe135e4
13 changed files with 19 additions and 21 deletions

View File

@@ -1,4 +1,5 @@
select = [
"B", # flake8-bugbear
"C90", # mccabe
"E", # pycodestyle errors
"F", # pyflakes errors