blob: 4de8e4c120b168aa98d8b54bf25eb77c875645fe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
exclude: ^vendor/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks.git
rev: v2.4.0
hooks:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: mixed-line-ending
- id: check-byte-order-marker
- id: check-executables-have-shebangs
- id: check-merge-conflict
|