From 3d63e6bf5f28ebb0f00f01b59f4456645784c8e0 Mon Sep 17 00:00:00 2001 From: Tobias Kunze Date: Tue, 3 Oct 2023 12:08:20 +0200 Subject: [PATCH] Fix check-manifest config --- {{cookiecutter.repo_name}}/setup.cfg | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/{{cookiecutter.repo_name}}/setup.cfg b/{{cookiecutter.repo_name}}/setup.cfg index 704f2b7..df72eb8 100644 --- a/{{cookiecutter.repo_name}}/setup.cfg +++ b/{{cookiecutter.repo_name}}/setup.cfg @@ -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 @@ -38,10 +38,3 @@ exclude_lines = if settings.DEBUG NOQA NotImplementedError - -[check-manifest] -ignore = - Makefile - tests/* - *.po - .gitkeep