8000 Merge pull request #25886 from anntzer/icfg · matplotlib/matplotlib@212caa0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 212caa0

Browse files
authored
Merge pull request #25886 from anntzer/icfg
Simplify isort config.
2 parents dbe7c2d + f2fea37 commit 212caa0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,9 @@ requires = [
88
]
99

1010
[tool.isort]
11-
known_mpltoolkits = "mpl_toolkits"
1211
known_pydata = "numpy, matplotlib.pyplot"
13-
known_firstparty = "matplotlib"
14-
sections = "FUTURE,STDLIB,THIRDPARTY,PYDATA,FIRSTPARTY,MPLTOOLKITS,LOCALFOLDER"
15-
no_lines_before = "MPLTOOLKITS"
12+
known_firstparty = "matplotlib,mpl_toolkits"
13+
sections = "FUTURE,STDLIB,THIRDPARTY,PYDATA,FIRSTPARTY,LOCALFOLDER"
1614
force_sort_within_sections = true
1715

1816
[tool.ruff]

0 commit comments

Comments
 (0)
0