Add pre-commit-hooks.yaml.

This commit is contained in:
Tobias Raabe 2019-05-29 23:23:12 +02:00
parent 1f2aaf9285
commit 9b4879de68
1 changed files with 7 additions and 0 deletions

7
.pre-commit-hooks.yaml Normal file
View File

@ -0,0 +1,7 @@
- id: check-manifest
name: check-manifest
description: Check the completeness of MANIFEST.in for Python packages.
entry: check-manifest
language: python
pass_filenames: false
always_run: true