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 Nov 7, 2024
1 parent cea705d commit fa3fd6e
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 @@ -241,6 +241,7 @@ extend-safe-fixes = [
"TID252", # absolute imports
]
ignore = [
"C40",
"E402",
"E501",
"E731",
Expand All @@ -254,6 +255,7 @@ ignore = [
]
extend-select = [
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"F", # Pyflakes
"E", # Pycodestyle
"W",
Expand Down

0 comments on commit fa3fd6e

Please sign in to comment.