We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ab6bba commit 8071527Copy full SHA for 8071527
pyproject.toml
@@ -7,3 +7,10 @@ fallback_version = "999"
7
8
[tool.pytest.ini_options]
9
junit_family = "xunit2"
10
+
11
+[tool.isort]
12
+profile = "black"
13
+skip_gitignore = "true"
14
+force_to_top = "true"
15
+default_section = "THIRDPARTY"
16
+known_first_party = "pint_xarray"
setup.cfg
@@ -39,12 +39,3 @@ ignore =
39
W503 # line break before binary operator
40
exclude=
41
.eggs
42
-
43
-[isort]
44
-default_section = THIRDPARTY
45
-known_first_party = pint_xarray
46
-multi_line_output = 3
47
-include_trailing_comma = True
48
-force_grid_wrap = 0
49
-use_parentheses = True
50
-line_length = 88
0 commit comments