Skip to content

Commit

Permalink
Fix check-manifest config
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Oct 3, 2023
1 parent 31dba42 commit 3d63e6b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions {{cookiecutter.repo_name}}/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ DJANGO_SETTINGS_MODULE=pretalx.common.settings.test_settings

[check-manifest]
ignore =
Makefile
LICENSE
README.rst
tests
tests/*
.gitkeep

[flake8]
ignore = E203, E231, E266, E501, W503, W605
Expand All @@ -38,10 +38,3 @@ exclude_lines =
if settings.DEBUG
NOQA
NotImplementedError

[check-manifest]
ignore =
Makefile
tests/*
*.po
.gitkeep

0 comments on commit 3d63e6b

Please sign in to comment.