Skip to content

Commit

Permalink
Add isort rules to the ruff linter
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriPapadopoulos committed Dec 17, 2023
1 parent cc8d170 commit b79c52d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[lint]
extend-select = [
"I", # https://docs.astral.sh/ruff/rules/#isort-i
"UP", # https://docs.astral.sh/ruff/rules/#pyupgrade-up
]
extend-ignore = [
Expand Down

0 comments on commit b79c52d

Please sign in to comment.