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 0f761fc commit 3dabc9bCopy full SHA for 3dabc9b
setup.cfg
@@ -47,17 +47,3 @@ exclude =
47
build,
48
dist,
49
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