We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51835ad commit f0eb8b1Copy full SHA for f0eb8b1
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