mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-13 20:40:08 -06:00
24 lines
711 B
YAML
24 lines
711 B
YAML
- repo: git@github.com:pre-commit/pre-commit-hooks
|
|
sha: ca93f6834f2afc8a8f7de46c0e02076419077c7a
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
files: \.(py|sh|yaml)$
|
|
- id: end-of-file-fixer
|
|
files: \.(py|sh|yaml)$
|
|
- id: check-yaml
|
|
files: \.(yaml|yml)$
|
|
- id: debug-statements
|
|
files: \.py$
|
|
- id: name-tests-test
|
|
files: tests/.+\.py$
|
|
- id: flake8
|
|
files: \.py$
|
|
args: [--max-line-length=131]
|
|
- repo: git@github.com:pre-commit/pre-commit
|
|
sha: 2c7ec7a744908896af3afd140346e690deca7782
|
|
hooks:
|
|
- id: validate_config
|
|
files: ^\.pre-commit-config.yaml$
|
|
- id: validate_manifest
|
|
files: ^hooks.yaml$
|