- repo: git@github.com:pre-commit/pre-commit-hooks sha: ca93f6834f2afc8a8f7de46c0e02076419077c7a hooks: - id: trailing-whitespace files: \.(js|py|sh|yaml)$ - id: end-of-file-fixer files: \.(js|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$