Skip to content

Commit

Permalink
Add flake8-comprehensions plugin for ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
cutwater committed Oct 16, 2024
1 parent 6d92ca9 commit a05fd62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ extend-exclude = [
extend-select = [
# flake8-bugbear
"B",
# flake8-comprehensions
"C4",
]
extend-ignore = [
# B904 requires using `raise ... from ...` to explicitly tell what to do with "parent"
Expand Down

0 comments on commit a05fd62

Please sign in to comment.