Skip to content

Commit 940a70b

Browse files
committed
Run isort on __init__.py
1 parent 8ee8474 commit 940a70b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

tests/rendered/default/expected/lorem-ipsum/.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ known_first_party = lorem_ipsum
77
lines_after_imports = 2
88
multi_line_output = 3
99
skip = .tox
10+
not_skip = __init__.py

tests/rendered/travis/expected/lorem-ipsum/.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ known_first_party = lorem_ipsum
77
lines_after_imports = 2
88
multi_line_output = 3
99
skip = .tox
10+
not_skip = __init__.py

{{cookiecutter.project_slug}}/.isort.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ known_first_party = {{ cookiecutter.project_package }}
77
lines_after_imports = 2
88
multi_line_output = 3
99
skip = .tox
10+
not_skip = __init__.py

0 commit comments

Comments
 (0)