Skip to content

Commit 628a20d

Browse files
committed
Do not use isort on init files
1 parent 71fd2bc commit 628a20d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ruff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ extend-ignore = [
9090
"shiny/templates/**" = ["T20"]
9191
"shiny/api-examples/**" = ["T20"]
9292
"tests/**" = ["T20"]
93-
# I: isort
94-
"shiny/experimental/ui/__init__.py" = ["I"]
93+
# I: isort; Do not reformat imports in `__init__.py` files.
94+
"**/__init__.py" = ["I"]
9595

9696

9797
[format]

0 commit comments

Comments
 (0)