Skip to content

Commit

Permalink
check __init__.py files and skip django migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
luzfcb committed Feb 23, 2016
1 parent 21dffbd commit d1732e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions {{cookiecutter.repo_name}}/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ line_length=120
known_first_party={{ cookiecutter.package_name|replace('-', '_') }}
default_section=THIRDPARTY
forced_separate=test_{{ cookiecutter.package_name|replace('-', '_') }}
not_skip = __init__.py
skip = migrations, south_migrations
{%- if cookiecutter.test_matrix_configurator|lower == "yes" %}

[matrix]
Expand Down

0 comments on commit d1732e1

Please sign in to comment.