• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1repos:
2  - repo: https://github.com/pre-commit/pre-commit-hooks
3    rev: v2.3.0
4    hooks:
5    - id: check-yaml
6      stages: [commit]
7    - id: check-json
8      stages: [commit]
9    - id: check-toml
10      stages: [commit]
11    - id: check-merge-conflict
12      stages: [commit]
13    - id: check-case-conflict
14      stages: [commit]
15    - id: detect-private-key
16      stages: [commit]
17  - repo: https://github.com/crate-ci/committed
18    rev: v1.0.1
19    hooks:
20    - id: committed
21      stages: [commit-msg]
22