aboutsummaryrefslogtreecommitdiff
path: root/libs/fnistool/.pre-commit-config.yaml
blob: 4b7d4806fb004d5f608e78bd72cf4dd8c989bca2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
repos:
  - repo: https://github.com/pre-commit/pre-commit-hooks
    rev: v5.0.0
    hooks:
      - id: trailing-whitespace
      - id: end-of-file-fixer
      - id: check-merge-conflict
      - id: check-case-conflict

ci:
  autofix_commit_msg: "[pre-commit.ci] Auto fixes from pre-commit.com hooks."
  autofix_prs: true
  autoupdate_commit_msg: "[pre-commit.ci] Pre-commit autoupdate."
  autoupdate_schedule: quarterly
  submodules: false