Merge pull request #40 from cisagov/improvements/update_pre-commit

Update pre-commit Hooks and Fix Broken Hook ID
pull/113/head
Nick M 4 years ago committed by GitHub
commit 757a861864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .pre-commit-config.yaml

@ -33,7 +33,7 @@ repos:
args:
- --config=.mdl_config.json
- repo: https://github.com/adrienverge/yamllint
rev: v1.20.0
rev: v1.21.0
hooks:
- id: yamllint
- repo: https://github.com/detailyang/pre-commit-shell
@ -47,7 +47,7 @@ repos:
additional_dependencies:
- flake8-docstrings
- repo: https://github.com/asottile/pyupgrade
rev: v2.0.0
rev: v2.1.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/bandit
@ -61,7 +61,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/asottile/seed-isort-config
rev: v1.9.4
rev: v2.1.0
hooks:
- id: seed-isort-config
- repo: https://github.com/pre-commit/mirrors-isort
@ -76,19 +76,19 @@ repos:
- id: ansible-lint
# files: molecule/default/playbook.yml
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
rev: v1.12.0
rev: v1.27.0
hooks:
- id: terraform_fmt
- id: terraform_validate_no_variables
- id: terraform_validate
- repo: https://github.com/IamTheFij/docker-pre-commit
rev: v1.0.1
hooks:
- id: docker-compose-check
- repo: https://github.com/prettier/prettier
rev: 1.19.1
rev: 2.0.2
hooks:
- id: prettier
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.761
rev: v0.770
hooks:
- id: mypy

Loading…
Cancel
Save