File: .pre-commit-hooks.yaml

package info (click to toggle)
pyroma 5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 480 kB
  • sloc: python: 1,162; makefile: 37
file content (8 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
-   id: pyroma
    name: Check package with Pyroma
    description: Check how well a Python package conforms to best practices.
    entry: pyroma
    args: ["-d", "--min=10", "."]
    language: python
    pass_filenames: false
    always_run: true