Skip to content

Commit da532a5

Browse files
authored
Merge pull request #105 from cisagov/maintenance/update_pre-commit_hooks
Update `pre-commit` hooks
2 parents 504ed9e + 57d6ac0 commit da532a5

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
@@ -37,7 +37,7 @@ repos:
3737
args:
3838
- --config=.mdl_config.yaml
3939
- repo: https://github.com/pre-commit/mirrors-prettier
40-
rev: v2.5.1
40+
rev: v2.6.1
4141
hooks:
4242
- id: prettier
4343
- repo: https://github.com/adrienverge/yamllint
@@ -75,13 +75,13 @@ repos:
7575

7676
# Python hooks
7777
- repo: https://github.com/PyCQA/bandit
78-
rev: 1.7.2
78+
rev: 1.7.4
7979
hooks:
8080
- id: bandit
8181
args:
8282
- --config=.bandit.yml
8383
- repo: https://github.com/psf/black
84-
rev: 22.1.0
84+
rev: 22.3.0
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.931
98+
rev: v0.942
9999
hooks:
100100
- id: mypy
101101
- repo: https://github.com/asottile/pyupgrade
102-
rev: v2.31.0
102+
rev: v2.31.1
103103
hooks:
104104
- id: pyupgrade
105105

@@ -119,7 +119,7 @@ repos:
119119

120120
# Docker hooks
121121
- repo: https://github.com/IamTheFij/docker-pre-commit
122-
rev: v2.0.1
122+
rev: v2.1.0
123123
hooks:
124124
- id: docker-compose-check
125125

0 commit comments

Comments
 (0)