Skip to content

Commit d8bc849

Browse files
committed
Copier Template: Pyproject: isort: Skip all '__init__' modules.
1 parent 2f919ff commit d8bc849

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/pyproject.toml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ line_length = 79
252252
multi_line_output = 3
253253
quiet = true
254254
# skip_gitignore = true
255-
skip_glob = [ '*/__/imports.py', '*/__/__init__.py' ]
255+
skip_glob = [ '*/__/imports.py', '*/__init__.py' ]
256256
split_on_trailing_comma = true
257257
use_parentheses = true
258258

0 commit comments

Comments
 (0)