Skip to content

Commit

Permalink
Merge pull request #277 from DimitriPapadopoulos/B_I
Browse files Browse the repository at this point in the history
Enforce flake8-bugbear (`B`) and isort (`I`) ruff rules
  • Loading branch information
jaraco authored Aug 4, 2024
2 parents d07962c + ab13bf2 commit 8993718
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ extend-select = [
"W",

# local
"B",
"I",
"ISC",
"RUF010",
"RUF100",
Expand All @@ -26,6 +28,10 @@ ignore = [
"COM819",
"ISC001",
"ISC002",

# local
"B028",
"B904",
]

[format]
Expand Down

0 comments on commit 8993718

Please sign in to comment.