docker-tidy/.pre-commit-config.yaml

16 lines
390 B
YAML
Raw Normal View History

repos:
2015-07-01 00:33:43 +02:00
- repo: git://github.com/pre-commit/pre-commit-hooks
2018-03-04 05:17:17 +01:00
rev: v1.2.3
2015-07-01 00:33:43 +02:00
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
exclude: CHANGELOG.md
2015-07-01 00:33:43 +02:00
- id: flake8
- id: name-tests-test
- id: requirements-txt-fixer
- id: trailing-whitespace