2019-03-11 12:52:57 +00:00
|
|
|
---
|
|
|
|
repos:
|
|
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
2019-05-06 14:44:34 +00:00
|
|
|
rev: v2.2.1
|
2019-03-11 12:52:57 +00:00
|
|
|
hooks:
|
|
|
|
- id: check-executables-have-shebangs
|
|
|
|
- id: check-json
|
|
|
|
- id: check-merge-conflict
|
|
|
|
- id: check-xml
|
|
|
|
- id: debug-statements
|
|
|
|
- id: detect-aws-credentials
|
|
|
|
args:
|
|
|
|
- --allow-missing-credentials
|
|
|
|
- id: detect-private-key
|
|
|
|
- id: end-of-file-fixer
|
|
|
|
exclude: files/(issue|motd)
|
|
|
|
- id: mixed-line-ending
|
|
|
|
args:
|
|
|
|
- --fix=lf
|
|
|
|
- id: pretty-format-json
|
|
|
|
args:
|
|
|
|
- --autofix
|
|
|
|
- id: requirements-txt-fixer
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
2019-05-06 14:44:34 +00:00
|
|
|
rev: v0.15.0
|
2019-03-11 12:52:57 +00:00
|
|
|
hooks:
|
|
|
|
- id: markdownlint
|
|
|
|
# The LICENSE.md must match the license text exactly for
|
|
|
|
# GitHub's autorecognition fu to work, so we should leave it
|
|
|
|
# alone.
|
|
|
|
exclude: LICENSE.md
|
|
|
|
- repo: https://github.com/adrienverge/yamllint
|
|
|
|
rev: v1.15.0
|
|
|
|
hooks:
|
|
|
|
- id: yamllint
|
|
|
|
- repo: https://github.com/detailyang/pre-commit-shell
|
|
|
|
rev: 1.0.4
|
|
|
|
hooks:
|
|
|
|
- id: shell-lint
|
|
|
|
- repo: https://gitlab.com/pycqa/flake8
|
|
|
|
rev: 3.7.7
|
|
|
|
hooks:
|
|
|
|
- id: flake8
|
2019-05-03 18:30:56 +00:00
|
|
|
additional_dependencies:
|
|
|
|
- flake8-docstrings
|
2019-03-11 12:52:57 +00:00
|
|
|
- repo: https://github.com/asottile/pyupgrade
|
2019-05-06 14:44:34 +00:00
|
|
|
rev: v1.16.3
|
2019-03-11 12:52:57 +00:00
|
|
|
hooks:
|
|
|
|
- id: pyupgrade
|
2019-04-04 02:51:50 +00:00
|
|
|
- repo: https://github.com/PyCQA/bandit
|
|
|
|
rev: 2a1dbab
|
|
|
|
hooks:
|
|
|
|
- id: bandit
|
2019-05-03 20:49:35 +00:00
|
|
|
args:
|
|
|
|
- --config=.bandit.yml
|
2019-05-06 14:44:34 +00:00
|
|
|
- repo: https://github.com/python/black
|
2019-03-30 16:47:36 +00:00
|
|
|
rev: 19.3b0
|
2019-03-11 12:52:57 +00:00
|
|
|
hooks:
|
|
|
|
- id: black
|
|
|
|
- repo: https://github.com/ansible/ansible-lint.git
|
|
|
|
rev: v4.1.0a0
|
|
|
|
hooks:
|
|
|
|
- id: ansible-lint
|
|
|
|
# files: molecule/default/playbook.yml
|
|
|
|
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
|
|
|
|
rev: v1.11.0
|
|
|
|
hooks:
|
|
|
|
- id: terraform_fmt
|
|
|
|
- id: terraform_validate_no_variables
|
|
|
|
- id: terraform_docs
|
2019-03-30 15:45:50 +00:00
|
|
|
- repo: https://github.com/IamTheFij/docker-pre-commit
|
|
|
|
rev: v1.0.0
|
|
|
|
hooks:
|
|
|
|
- id: docker-compose-check
|
2019-03-11 12:52:57 +00:00
|
|
|
- repo: https://github.com/prettier/prettier
|
2019-05-06 14:44:34 +00:00
|
|
|
rev: 1.17.0
|
2019-03-11 12:52:57 +00:00
|
|
|
hooks:
|
|
|
|
- id: prettier
|