Skip to content

Commit

Permalink
configure ruff w/isort rules
Browse files Browse the repository at this point in the history
  • Loading branch information
avaldebe committed Jun 20, 2024
1 parent 13b4320 commit a179cbc
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 @@ -38,7 +38,7 @@ line-length = 88
extend-exclude = ["docs", "scripts", "build"]

[tool.ruff.lint]
select = ["E", "W", "F", "UP"]
select = ["E", "W", "F", "I", "UP"]
ignore = [
"E501", # https://docs.astral.sh/ruff/rules/line-too-long/
]
Expand Down

0 comments on commit a179cbc

Please sign in to comment.