Skip to content

Commit f3000e5

Browse files
authored
Merge pull request #91 from cisagov/improvement/pre-commit_update
Update `pre-commit` Hooks
2 parents 1b5cd25 + b66988d commit f3000e5

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
@@ -31,25 +31,25 @@ repos:
3131

3232
# Text file hooks
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.28.1
34+
rev: v0.29.0
3535
hooks:
3636
- id: markdownlint
3737
args:
3838
- --config=.mdl_config.yaml
3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v2.3.2
40+
rev: v2.4.1
4141
hooks:
4242
- id: prettier
4343
- repo: https://github.com/adrienverge/yamllint
44-
rev: v1.26.2
44+
rev: v1.26.3
4545
hooks:
4646
- id: yamllint
4747
args:
4848
- --strict
4949

5050
# pre-commit hooks
5151
- repo: https://github.com/pre-commit/pre-commit
52-
rev: v2.14.0
52+
rev: v2.15.0
5353
hooks:
5454
- id: validate_manifest
5555

@@ -81,7 +81,7 @@ repos:
8181
args:
8282
- --config=.bandit.yml
8383
- repo: https://github.com/psf/black
84-
rev: 21.7b0
84+
rev: 21.9b0
8585
hooks:
8686
- id: black
8787
- repo: https://gitlab.com/pycqa/flake8
@@ -95,11 +95,11 @@ repos:
9595
hooks:
9696
- id: isort
9797
- repo: https://github.com/pre-commit/mirrors-mypy
98-
rev: v0.910
98+
rev: v0.910-1
9999
hooks:
100100
- id: mypy
101101
- repo: https://github.com/asottile/pyupgrade
102-
rev: v2.23.3
102+
rev: v2.29.0
103103
hooks:
104104
- id: pyupgrade
105105

@@ -114,7 +114,7 @@ repos:
114114

115115
# Terraform hooks
116116
- repo: https://github.com/antonbabenko/pre-commit-terraform
117-
rev: v1.50.0
117+
rev: v1.52.0
118118
hooks:
119119
- id: terraform_fmt
120120
- id: terraform_validate

0 commit comments

Comments
 (0)