mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 08:14:42 +04:00
24 lines
753 B
YAML
24 lines
753 B
YAML
- repo: git@github.com:pre-commit/pre-commit-hooks
|
|
sha: 59f23b7c556ce1cf66eb6dc574e10d2b4274be4b
|
|
hooks:
|
|
- id: trailing-whitespace
|
|
files: \.(js|rb|md|py|sh|txt|yaml|yml)$
|
|
- id: end-of-file-fixer
|
|
files: \.(js|rb|md|py|sh|txt|yaml|yml)$
|
|
- 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: c7cfed699245191e6b0d43d3890fd582157e3919
|
|
hooks:
|
|
- id: validate_config
|
|
files: ^\.pre-commit-config.yaml$
|
|
- id: validate_manifest
|
|
files: ^hooks.yaml$
|