Skip to content

Commit f0eb8b1

Browse files
committed
misc: Prevent isort from sorting __init__.py
1 parent 51835ad commit f0eb8b1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ line_length = 90
8383
known_first_party = ["devito", "examples"]
8484
multi_line_output = "VERTICAL_GRID_GROUPED"
8585
force_alphabetical_sort_within_sections = true
86+
# We should really do some work to eliminate this (circular imports):
87+
skip = ["__init__.py"]
8688

8789
[tool.typos]
8890
# For identifiers (variables, functions, classes and the like):

0 commit comments

Comments
 (0)