Skip to content

Commit

Permalink
Add enforcement of import sorting by ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 19, 2023
1 parent 9d7c9ee commit 850cf7c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[lint]
extend-select = [
"I", # sort imports
]

0 comments on commit 850cf7c

Please sign in to comment.