Skip to content
Snippets Groups Projects
Commit 3a5d099e authored by nimrod's avatar nimrod
Browse files

Check-manifest pre-commit hook.

- Added check-manifest pre-commit hook.
- Implement suggestions from check-manifest.
parent 492f0d73
No related branches found
No related tags found
No related merge requests found
......@@ -61,3 +61,7 @@ repos:
- id: proselint
types: [plain-text]
exclude: LICENSE|requirements
- repo: https://github.com/mgedmin/check-manifest
rev: "0.39"
hooks:
- id: check-manifest
......@@ -2,3 +2,6 @@ recursive-include check_s3_bucket *.py
exclude .pre-commit-config.yaml
include *.rst
include *.txt
exclude .dockerignore
exclude Dockerfile
exclude Pipfile*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment