Skip to content

Commit 38d5334

Browse files
committed
misc: Change overly strict isort rule
1 parent f0eb8b1 commit 38d5334

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ ignore = ["F403", "E226", "E731", "E275", "F405", "E722", "E741", "W605"]
8282
line_length = 90
8383
known_first_party = ["devito", "examples"]
8484
multi_line_output = "VERTICAL_GRID_GROUPED"
85-
force_alphabetical_sort_within_sections = true
8685
# We should really do some work to eliminate this (circular imports):
8786
skip = ["__init__.py"]
8887

0 commit comments

Comments
 (0)