Skip to content

Commit c9028cf

Browse files
authored
Merge pull request #129 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hooks
2 parents 5f4b768 + db5e7ff commit c9028cf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,26 +37,26 @@ repos:
3737
args:
3838
- --config=.mdl_config.yaml
3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v3.0.0-alpha.4
40+
rev: v3.0.0-alpha.6
4141
hooks:
4242
- id: prettier
4343
- repo: https://github.com/adrienverge/yamllint
44-
rev: v1.29.0
44+
rev: v1.30.0
4545
hooks:
4646
- id: yamllint
4747
args:
4848
- --strict
4949

5050
# GitHub Actions hooks
5151
- repo: https://github.com/python-jsonschema/check-jsonschema
52-
rev: 0.21.0
52+
rev: 0.22.0
5353
hooks:
5454
- id: check-github-actions
5555
- id: check-github-workflows
5656

5757
# pre-commit hooks
5858
- repo: https://github.com/pre-commit/pre-commit
59-
rev: v3.0.2
59+
rev: v3.2.1
6060
hooks:
6161
- id: validate_manifest
6262

@@ -82,13 +82,13 @@ repos:
8282

8383
# Python hooks
8484
- repo: https://github.com/PyCQA/bandit
85-
rev: 1.7.4
85+
rev: 1.7.5
8686
hooks:
8787
- id: bandit
8888
args:
8989
- --config=.bandit.yml
9090
- repo: https://github.com/psf/black
91-
rev: 22.12.0
91+
rev: 23.1.0
9292
hooks:
9393
- id: black
9494
- repo: https://github.com/PyCQA/flake8
@@ -102,7 +102,7 @@ repos:
102102
hooks:
103103
- id: isort
104104
- repo: https://github.com/pre-commit/mirrors-mypy
105-
rev: v0.991
105+
rev: v1.1.1
106106
hooks:
107107
- id: mypy
108108
- repo: https://github.com/asottile/pyupgrade
@@ -119,7 +119,7 @@ repos:
119119

120120
# Terraform hooks
121121
- repo: https://github.com/antonbabenko/pre-commit-terraform
122-
rev: v1.77.0
122+
rev: v1.77.1
123123
hooks:
124124
- id: terraform_fmt
125125
- id: terraform_validate

0 commit comments

Comments
 (0)