Skip to content

Commit

Permalink
Enable ruff C4 rules (comprehensions)
Browse files Browse the repository at this point in the history
  • Loading branch information
Armavica committed Oct 8, 2024
1 parent 63210f5 commit 1b6d7db
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 @@ -37,7 +37,7 @@ extend-exclude = ["_version.py"]
docstring-code-format = true

[tool.ruff.lint]
select = ["D", "E", "F", "I", "UP", "W", "RUF"]
select = ["C4", "D", "E", "F", "I", "UP", "W", "RUF"]
ignore = [
"E501",
"F841", # Local variable name is assigned to but never used
Expand Down

0 comments on commit 1b6d7db

Please sign in to comment.