12 lines
300 B
YAML
12 lines
300 B
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.3.0
|
|
hooks:
|
|
- id: check-yaml
|
|
- id: end-of-file-fixer
|
|
- id: trailing-whitespace
|
|
- id: check-case-conflict
|
|
# Useful, but so far is broken on Windows
|
|
# - id: check-executables-have-shebangs
|
|
- id: check-merge-conflict
|