summarylogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: 883ec8dc0b1563532cee245f42e028e9c7eea974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
repos:
- repo: local
  hooks:
    - id: updpkgsums
      name: updpkgsums
      entry: updpkgsums
      language: system
      files: PKGBUILD
    - id: makepkg
      name: makepkg
      entry: makepkg --printsrcinfo > .SRCINFO
      language: system
      files: PKGBUILD