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 Nov 23, 2023
1 parent 63fd9b9 commit 9163e67
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,4 +1,5 @@
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 9163e67

Please sign in to comment.