summarylogtreecommitdiffstats
path: root/.pre-commit-config.yaml
blob: 43c9cab2db87ac0a2d638ab31ecc724b065f0dac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
repos:
  - repo: https://github.com/codespell-project/codespell
    rev: v2.2.4
    hooks:
      - id: codespell
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v4.4.0
    hooks:
      - id: check-added-large-files
      - id: check-case-conflict
      - id: check-vcs-permalinks
      - id: destroyed-symlinks
      - id: detect-private-key
      - id: end-of-file-fixer
      - id: mixed-line-ending
      - id: trailing-whitespace
  - repo: https://github.com/edlanglois/pkgbuild-hooks
    rev: v0.2.0
    hooks:
      - id: srcinfo-fixer
      - id: verify-srcinfo-checksums

default_install_hook_types:
  - pre-commit
  - commit-msg