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 6, 2024
1 parent 3b91877 commit b7dcb26
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,13 +241,15 @@ extend-safe-fixes = [
"TID252", # absolute imports
]
ignore = [
"C40",
"E402",
"E501",
"E731",
"UP007",
]
extend-select = [
"B", # flake8-bugbear
"C4", # flake8-comprehensions
"F", # Pyflakes
"E", # Pycodestyle
"W",
Expand Down

0 comments on commit b7dcb26

Please sign in to comment.