Skip to content

Commit

Permalink
ruff: add missing enabled plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Vallet authored and anisse committed Jan 7, 2025
1 parent 3d81e79 commit 2c941d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ line-length = 120
[tool.ruff.lint]
# See complete list : https://docs.astral.sh/ruff/rules/
select = [
"E", # pycodestyle
"W", # pycodestyle
"F", # pyflakes
"I", # isort
"UP", # pyupgrade
]
ignore = ["E501"]

0 comments on commit 2c941d5

Please sign in to comment.