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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
@@ -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*