Enable flake8-bugbear linting rules (#267)
See https://docs.astral.sh/ruff/rules/#flake8-bugbear-b.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
select = [
|
||||
"B", # flake8-bugbear
|
||||
"C90", # mccabe
|
||||
"E", # pycodestyle errors
|
||||
"F", # pyflakes errors
|
||||
|
||||
Reference in New Issue
Block a user