mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Update pre-commit hooks
Update pre-commit hooks using `pre-commit autoupdate`.
This commit is contained in:
parent
11eca90f4d
commit
ad71ef369b
1 changed files with 6 additions and 6 deletions
|
@ -31,7 +31,7 @@ repos:
|
||||||
|
|
||||||
# Text file hooks
|
# Text file hooks
|
||||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||||
rev: v0.30.0
|
rev: v0.31.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: markdownlint
|
- id: markdownlint
|
||||||
args:
|
args:
|
||||||
|
@ -49,7 +49,7 @@ repos:
|
||||||
|
|
||||||
# pre-commit hooks
|
# pre-commit hooks
|
||||||
- repo: https://github.com/pre-commit/pre-commit
|
- repo: https://github.com/pre-commit/pre-commit
|
||||||
rev: v2.16.0
|
rev: v2.17.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: validate_manifest
|
- id: validate_manifest
|
||||||
|
|
||||||
|
@ -75,13 +75,13 @@ repos:
|
||||||
|
|
||||||
# Python hooks
|
# Python hooks
|
||||||
- repo: https://github.com/PyCQA/bandit
|
- repo: https://github.com/PyCQA/bandit
|
||||||
rev: 1.7.1
|
rev: 1.7.2
|
||||||
hooks:
|
hooks:
|
||||||
- id: bandit
|
- id: bandit
|
||||||
args:
|
args:
|
||||||
- --config=.bandit.yml
|
- --config=.bandit.yml
|
||||||
- repo: https://github.com/psf/black
|
- repo: https://github.com/psf/black
|
||||||
rev: 21.12b0
|
rev: 22.1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: black
|
- id: black
|
||||||
- repo: https://gitlab.com/pycqa/flake8
|
- repo: https://gitlab.com/pycqa/flake8
|
||||||
|
@ -105,14 +105,14 @@ repos:
|
||||||
|
|
||||||
# Ansible hooks
|
# Ansible hooks
|
||||||
- repo: https://github.com/ansible-community/ansible-lint
|
- repo: https://github.com/ansible-community/ansible-lint
|
||||||
rev: v5.3.2
|
rev: v5.4.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
# files: molecule/default/playbook.yml
|
# files: molecule/default/playbook.yml
|
||||||
|
|
||||||
# Terraform hooks
|
# Terraform hooks
|
||||||
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
||||||
rev: v1.62.3
|
rev: v1.64.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: terraform_fmt
|
- id: terraform_fmt
|
||||||
- id: terraform_validate
|
- id: terraform_validate
|
||||||
|
|
Loading…
Reference in a new issue