We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f26c3e commit bea00fcCopy full SHA for bea00fc
1 file changed
docs/data-processing/serialisation-formats/toml/pyproject.toml
@@ -6,14 +6,14 @@
6
line-length = 79
7
8
[tool.isort]
9
-atomic=true
10
-force_grid_wrap=0
11
-include_trailing_comma=true
12
-lines_after_imports=2
13
-lines_between_types=1
14
-multi_line_output=3
15
-not_skip="__init__.py"
16
-use_parentheses=true
+atomic = true
+force_grid_wrap = 0
+include_trailing_comma = true
+lines_after_imports = 2
+lines_between_types = 1
+multi_line_output = 3
+not_skip = "__init__.py"
+use_parentheses = true
17
18
-known_first_party=["MY_FIRST_MODULE", "MY_SECOND_MODULE"]
19
-known_third_party=["mpi4py", "numpy", "requests"]
+known_first_party = [ "MY_FIRST_MODULE", "MY_SECOND_MODULE" ]
+known_third_party = [ "mpi4py", "numpy", "requests" ]
0 commit comments