mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 08:30:48 +00:00
Run pre-commit autoupdate
This commit is contained in:
parent
a7f86ddad0
commit
06159cbb65
1 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ default_language_version:
|
|||
|
||||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v3.2.0
|
||||
rev: v3.4.0
|
||||
hooks:
|
||||
- id: check-case-conflict
|
||||
- id: check-executables-have-shebangs
|
||||
|
@ -31,7 +31,7 @@ repos:
|
|||
|
||||
# Text file hooks
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.24.0
|
||||
rev: v0.26.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
args:
|
||||
|
@ -53,7 +53,7 @@ repos:
|
|||
|
||||
# Python hooks
|
||||
- repo: https://github.com/PyCQA/bandit
|
||||
rev: 1.6.2
|
||||
rev: 1.7.0
|
||||
hooks:
|
||||
- id: bandit
|
||||
args:
|
||||
|
@ -77,20 +77,20 @@ repos:
|
|||
hooks:
|
||||
- id: mypy
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.7.2
|
||||
rev: v2.7.4
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
|
||||
# Ansible hooks
|
||||
- repo: https://github.com/ansible/ansible-lint
|
||||
rev: v4.3.5
|
||||
rev: v4.3.7
|
||||
hooks:
|
||||
- id: ansible-lint
|
||||
# files: molecule/default/playbook.yml
|
||||
|
||||
# Terraform hooks
|
||||
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
||||
rev: v1.43.0
|
||||
rev: v1.45.0
|
||||
hooks:
|
||||
- id: terraform_fmt
|
||||
# There are ongoing issues with how this command works. This issue
|
||||
|
|
Loading…
Reference in a new issue