cookieninja-generator / cookieninja

A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects - a cookiecutter fork
BSD 3-Clause "New" or "Revised" License
68 stars 7 forks source link

`pre-commit run --all` fails on check-manifest #76

Open rafalkrupinski opened 1 year ago

rafalkrupinski commented 1 year ago

Running pre-commit run --all fails with this message:

check-manifest...........................................................Failed
- hook id: check-manifest
- exit code: 1

lists of files in version control and sdist do not match!
missing from VCS:
  tests/.coverage

tests/.coverage is excluded in .gitignore but not in 'MANIFEST.in'

We can either

I can make a PR but I never had to maintain a manifest, and I'm not sure which would be preferable.