Skip to content

Commit da80d48

Browse files
committed
back to single line and skip the inits
1 parent 96c023a commit da80d48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.cfg

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ addopts =
2828
--tb=short
2929

3030
[isort]
31-
force_grid_wrap = 2
32-
multi_line_output = 3
31+
force_single_line = True
3332
line_length = 180
3433
known_first_party = compas
3534
default_section = THIRDPARTY
3635
forced_separate = test_compas
37-
skip = migrations
36+
skip = migrations, __init__.py

0 commit comments

Comments
 (0)