Skip to content

Commit

Permalink
adding check-manifest to pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
miki725 committed Nov 3, 2019
1 parent a58c9a2 commit bea478f
Showing 1 changed file with 5 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 @@ -37,3 +37,8 @@ repos:
args: [--line-length=88, --safe]
language_version: python3
exclude: test_data/.*$

- repo: https://github.com/mgedmin/check-manifest
rev: 'master'
hooks:
- id: check-manifest

0 comments on commit bea478f

Please sign in to comment.