mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 12:10:40 +00:00
14 lines
357 B
YAML
14 lines
357 B
YAML
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
sha: 'v0.4.2'
|
|
hooks:
|
|
- id: check-added-large-files
|
|
- id: check-docstring-first
|
|
- id: check-merge-conflict
|
|
- id: check-yaml
|
|
- id: debug-statements
|
|
- id: end-of-file-fixer
|
|
- id: flake8
|
|
- id: name-tests-test
|
|
- id: requirements-txt-fixer
|
|
- id: trailing-whitespace
|