We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ed7a65 commit c13dac5Copy full SHA for c13dac5
1 file changed
pyproject.toml
@@ -83,6 +83,8 @@ line_length = 90
83
known_first_party = ["devito", "examples"]
84
multi_line_output = "VERTICAL_GRID_GROUPED"
85
force_alphabetical_sort_within_sections = true
86
+# We should really do some work to eliminate this (circular imports):
87
+skip = ["__init__.py"]
88
89
[tool.typos]
90
# For identifiers (variables, functions, classes and the like):
0 commit comments