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

22 lines
556 B
YAML
Raw Normal View History

repos:
2015-07-01 00:33:43 +02:00
- repo: git://github.com/pre-commit/pre-commit-hooks
rev: v2.2.1
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
2018-07-13 01:46:53 +02:00
- repo: git://github.com/Yelp/detect-secrets
rev: v0.12.2
2018-07-13 01:46:53 +02:00
hooks:
- id: detect-secrets
args: ['--baseline', '.secrets.baseline']
exclude: tests/.*