File: .pre-commit-config.yaml

package info (click to toggle)
ormar 0.20.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,136 kB
  • sloc: python: 23,758; makefile: 34; sh: 14
file content (9 lines) | stat: -rw-r--r-- 171 bytes parent folder | download
1
2
3
4
5
6
7
8
9
repos:
  - repo: local
    hooks:
      - id: pre-commit-local
        name: format
        entry: make pre-commit
        language: python
        pass_filenames: false