You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for the package. MANIFEST.in was always a mystery for me, but your package makes it better.
Could you make your package available as a pre-commit hook? It is simple as adding a .pre-commit-hooks.yaml to your package. The content is detailed here: https://pre-commit.com/#new-hooks.
The advantage is that people can easily integrate your package in their workflow and check before each commit whether the MANIFEST.in is sufficiently specified.
Best
The text was updated successfully, but these errors were encountered:
I thought it was up to the users to add a .pre-commit-hooks.yaml to their repositories if they want to run any tools such as check-manifest on every commit? I don't see how adding one to my repository would help anyone. (Unless as an example people could copy and paste?)
Hi,
thanks for the package. MANIFEST.in was always a mystery for me, but your package makes it better.
Could you make your package available as a pre-commit hook? It is simple as adding a
.pre-commit-hooks.yaml
to your package. The content is detailed here: https://pre-commit.com/#new-hooks.The advantage is that people can easily integrate your package in their workflow and check before each commit whether the MANIFEST.in is sufficiently specified.
Best
The text was updated successfully, but these errors were encountered: