mirror of
https://github.com/thegeeklab/docker-tidy.git
synced 2024-11-22 04:00:40 +00:00
e66fb295f4
And they seem fine to me
22 lines
556 B
YAML
22 lines
556 B
YAML
repos:
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
|
rev: v2.2.1
|
|
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
|
|
- id: flake8
|
|
- id: name-tests-test
|
|
- id: requirements-txt-fixer
|
|
- id: trailing-whitespace
|
|
- repo: git://github.com/Yelp/detect-secrets
|
|
rev: v0.12.2
|
|
hooks:
|
|
- id: detect-secrets
|
|
args: ['--baseline', '.secrets.baseline']
|
|
exclude: tests/.*
|