File: .pre-commit-config.yaml

package info (click to toggle)
python-crc 7.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: python: 1,488; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
default_stages: [ push ]
repos:
  - repo: local
    hooks:
      - id: fmt
        name: fmt
        entry: echo "foo"
        language: system
        always_run: true
        types: [ python ]