Skip to content

Commit

Permalink
chore: Add flake8-comprehensions rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 7, 2024
1 parent d791de5 commit 12a33d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ line-length = 119
target-version = "py311"

[tool.ruff.lint]
select = ["E", "F", "I", "W"]
select = ["E", "C4", "F", "I", "W"]

[tool.coverage.run]
omit = ['*/migrations/*']

0 comments on commit 12a33d1

Please sign in to comment.