hooks.yaml 206 B

12345678
  1. - id: check-manifest
  2. name: Check MANIFEST.in
  3. description: Check the completeness of MANIFEST.in for Python packages
  4. entry: check-manifest
  5. language: python
  6. always_run: true
  7. pass_filenames: false