Skip to content

Commit 57588b0

Browse files
committed
add isort
1 parent 05a2466 commit 57588b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ version = { attr = "app.__version__" }
3232

3333
[tool.ruff]
3434
line-length = 120
35+
lint.select = [ "I" ] # Enable isort rules
3536

3637
[tool.pyproject-fmt]
3738
column_width = 120

0 commit comments

Comments
 (0)