Skip to content

Commit 6369cc6

Browse files
authored
Merge pull request #35 from cisagov/improvement/static_type_checking
Autoupdate pre-commit hooks. Add mypy.
2 parents a17986b + 067ee08 commit 6369cc6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ repos:
4747
additional_dependencies:
4848
- flake8-docstrings
4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v1.26.2
50+
rev: v2.0.0
5151
hooks:
5252
- id: pyupgrade
5353
- repo: https://github.com/PyCQA/bandit
@@ -74,7 +74,7 @@ repos:
7474
rev: v4.2.0
7575
hooks:
7676
- id: ansible-lint
77-
# files: molecule/default/playbook.yml
77+
# files: molecule/default/playbook.yml
7878
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
7979
rev: v1.12.0
8080
hooks:
@@ -88,3 +88,7 @@ repos:
8888
rev: 1.19.1
8989
hooks:
9090
- id: prettier
91+
- repo: https://github.com/pre-commit/mirrors-mypy
92+
rev: v0.761
93+
hooks:
94+
- id: mypy

0 commit comments

Comments
 (0)