Skip to content

Commit c42e252

Browse files
committed
misc: Change overly strict isort rule
1 parent c13dac5 commit c42e252

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)