Skip to content

Commit 3dabc9b

Browse files
committed
Remove unused isort config
1 parent 0f761fc commit 3dabc9b

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

setup.cfg

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,3 @@ exclude =
4747
build,
4848
dist,
4949
cubedash/_version.py,
50-
51-
[isort]
52-
line_length=88
53-
multi_line_output=3
54-
include_trailing_comma=True
55-
force_grid_wrap=0
56-
57-
# isort groups imports in three groups, but sometimes guesses wrong.
58-
# Adding more packages here is better than commiting an unnecessary reorder.
59-
known_standard_library=dataclasses
60-
known_third_party=rapidjson,flask_themes,dateutil
61-
# datacube technically isn't first party, but isort guessed wrong initially and
62-
# we'd prefer consistency.
63-
known_first_party=cubedash,datacube

0 commit comments

Comments
 (0)