Skip to content

Commit

Permalink
Enforce ruff/flake8-comprehensions rules (C4)
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Sep 25, 2024
1 parent 5dc6ac7 commit 85a6961
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ extend-exclude = [
[tool.ruff.lint]
extend-select = [
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"I", # isort
"ISC", # flake8-implicit-str-concat
"PGH", # pygrep-hooks
Expand Down

0 comments on commit 85a6961

Please sign in to comment.