Skip to content

Commit

Permalink
Add check-manifest to pre-commit configuration
Browse files Browse the repository at this point in the history
modified:   .pre-commit-config.yaml
modified:   MANIFEST.in
  • Loading branch information
jugmac00 committed Oct 5, 2020
1 parent d1091f1 commit 4ce7d29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,8 @@ repos:
rev: "0.15.0"
hooks:
- id: check-python-versions

- repo: https://github.com/mgedmin/check-manifest
rev: "0.39"
hooks:
- id: check-manifest
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ include LICENSE
include *.py
include *.rst
include *.yaml
include *.toml
include tox.ini
recursive-include tests *.py

Expand Down

0 comments on commit 4ce7d29

Please sign in to comment.