14 lines
380 B
YAML
14 lines
380 B
YAML
|
|
repos:
|
||
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||
|
|
rev: v6.0.0
|
||
|
|
hooks:
|
||
|
|
- id: trailing-whitespace
|
||
|
|
- id: end-of-file-fixer
|
||
|
|
- id: check-yaml
|
||
|
|
- id: check-case-conflict
|
||
|
|
- id: check-executables-have-shebangs
|
||
|
|
- id: check-illegal-windows-names
|
||
|
|
- id: check-json
|
||
|
|
- id: mixed-line-ending
|
||
|
|
- id: requirements-txt-fixer
|