Skip to content

Commit 115af25

Browse files
authored
Merge pull request #97 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hooks
2 parents ee39ac5 + 3f370eb commit 115af25

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ default_language_version:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.0.1
8+
rev: v4.1.0
99
hooks:
1010
- id: check-case-conflict
1111
- id: check-executables-have-shebangs
@@ -31,13 +31,13 @@ repos:
3131

3232
# Text file hooks
3333
- repo: https://github.com/igorshubovych/markdownlint-cli
34-
rev: v0.29.0
34+
rev: v0.30.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.4.1
40+
rev: v2.5.1
4141
hooks:
4242
- id: prettier
4343
- repo: https://github.com/adrienverge/yamllint
@@ -49,7 +49,7 @@ repos:
4949

5050
# pre-commit hooks
5151
- repo: https://github.com/pre-commit/pre-commit
52-
rev: v2.15.0
52+
rev: v2.16.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.0
78+
rev: 1.7.1
7979
hooks:
8080
- id: bandit
8181
args:
8282
- --config=.bandit.yml
8383
- repo: https://github.com/psf/black
84-
rev: 21.9b0
84+
rev: 21.12b0
8585
hooks:
8686
- id: black
8787
- repo: https://gitlab.com/pycqa/flake8
@@ -91,28 +91,28 @@ repos:
9191
additional_dependencies:
9292
- flake8-docstrings
9393
- repo: https://github.com/PyCQA/isort
94-
rev: 5.9.3
94+
rev: 5.10.1
9595
hooks:
9696
- id: isort
9797
- repo: https://github.com/pre-commit/mirrors-mypy
98-
rev: v0.910-1
98+
rev: v0.931
9999
hooks:
100100
- id: mypy
101101
- repo: https://github.com/asottile/pyupgrade
102-
rev: v2.29.0
102+
rev: v2.31.0
103103
hooks:
104104
- id: pyupgrade
105105

106106
# Ansible hooks
107107
- repo: https://github.com/ansible-community/ansible-lint
108-
rev: v5.2.1
108+
rev: v5.3.2
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.52.0
115+
rev: v1.62.3
116116
hooks:
117117
- id: terraform_fmt
118118
- id: terraform_validate

0 commit comments

Comments
 (0)