blob: 25cbaff9d1a2b74434d6aa5687b6b8107811f08e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.2.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
- repo: https://github.com/scop/pre-commit-shfmt
rev: v3.8.0-1
hooks:
- id: shfmt
|