mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Merge pull request #91 from cisagov/improvement/pre-commit_update
Update `pre-commit` Hooks
This commit is contained in:
commit
f3000e5ff4
1 changed files with 8 additions and 8 deletions
|
@ -31,17 +31,17 @@ repos:
|
|||
|
||||
# Text file hooks
|
||||
- repo: https://github.com/igorshubovych/markdownlint-cli
|
||||
rev: v0.28.1
|
||||
rev: v0.29.0
|
||||
hooks:
|
||||
- id: markdownlint
|
||||
args:
|
||||
- --config=.mdl_config.yaml
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: v2.3.2
|
||||
rev: v2.4.1
|
||||
hooks:
|
||||
- id: prettier
|
||||
- repo: https://github.com/adrienverge/yamllint
|
||||
rev: v1.26.2
|
||||
rev: v1.26.3
|
||||
hooks:
|
||||
- id: yamllint
|
||||
args:
|
||||
|
@ -49,7 +49,7 @@ repos:
|
|||
|
||||
# pre-commit hooks
|
||||
- repo: https://github.com/pre-commit/pre-commit
|
||||
rev: v2.14.0
|
||||
rev: v2.15.0
|
||||
hooks:
|
||||
- id: validate_manifest
|
||||
|
||||
|
@ -81,7 +81,7 @@ repos:
|
|||
args:
|
||||
- --config=.bandit.yml
|
||||
- repo: https://github.com/psf/black
|
||||
rev: 21.7b0
|
||||
rev: 21.9b0
|
||||
hooks:
|
||||
- id: black
|
||||
- repo: https://gitlab.com/pycqa/flake8
|
||||
|
@ -95,11 +95,11 @@ repos:
|
|||
hooks:
|
||||
- id: isort
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v0.910
|
||||
rev: v0.910-1
|
||||
hooks:
|
||||
- id: mypy
|
||||
- repo: https://github.com/asottile/pyupgrade
|
||||
rev: v2.23.3
|
||||
rev: v2.29.0
|
||||
hooks:
|
||||
- id: pyupgrade
|
||||
|
||||
|
@ -114,7 +114,7 @@ repos:
|
|||
|
||||
# Terraform hooks
|
||||
- repo: https://github.com/antonbabenko/pre-commit-terraform
|
||||
rev: v1.50.0
|
||||
rev: v1.52.0
|
||||
hooks:
|
||||
- id: terraform_fmt
|
||||
- id: terraform_validate
|
||||
|
|
Loading…
Reference in a new issue