blob: f44b0ea424d3f50c87149be58528ade1a4469a83 (
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: v3.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
|