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