Skip to content

Commit

Permalink
Apply repo-review suggestion: RF101: Bugbear must be selected
Browse files Browse the repository at this point in the history
Must select the flake8-bugbear `B` checks.
  • Loading branch information
DimitriPapadopoulos committed Mar 4, 2024
1 parent 9a695e2 commit 99c3a47
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ exclude = [

[lint]
extend-select = [
"B", # https://docs.astral.sh/ruff/rules/#flake8-bugbear
"I", # https://docs.astral.sh/ruff/rules/#isort-i
"UP", # https://docs.astral.sh/ruff/rules/#pyupgrade-up
]
ignore = [
# FIXME: apply the following rules
"B007",
"B023",
"B026",
"F401",
"F841",
"E402",
Expand Down

0 comments on commit 99c3a47

Please sign in to comment.