Add pre-commit-hooks.yaml.
This commit is contained in:
parent
1f2aaf9285
commit
9b4879de68
|
@ -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
|
Loading…
Reference in New Issue