Skip to content

Commit d0817e2

Browse files
authored
Merge pull request #98 from cisagov/maintenance/update_pre-commit_hooks
Update pre-commit hooks
2 parents d712690 + 3303e46 commit d0817e2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131

3232
# Text file hooks
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.30.0
34+
rev: v0.31.1
3535
hooks:
3636
- id: markdownlint
3737
args:
@@ -49,7 +49,7 @@ repos:
4949

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

@@ -75,13 +75,13 @@ repos:
7575

7676
# Python hooks
7777
- repo: https://github.com/PyCQA/bandit
78-
rev: 1.7.1
78+
rev: 1.7.2
7979
hooks:
8080
- id: bandit
8181
args:
8282
- --config=.bandit.yml
8383
- repo: https://github.com/psf/black
84-
rev: 21.12b0
84+
rev: 22.1.0
8585
hooks:
8686
- id: black
8787
- repo: https://gitlab.com/pycqa/flake8
@@ -105,14 +105,14 @@ repos:
105105

106106
# Ansible hooks
107107
- repo: https://github.com/ansible-community/ansible-lint
108-
rev: v5.3.2
108+
rev: v5.4.0
109109
hooks:
110110
- id: ansible-lint
111111
# files: molecule/default/playbook.yml
112112

113113
# Terraform hooks
114114
- repo: https://github.com/antonbabenko/pre-commit-terraform
115-
rev: v1.62.3
115+
rev: v1.64.0
116116
hooks:
117117
- id: terraform_fmt
118118
- id: terraform_validate

0 commit comments

Comments
 (0)