We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a17986b + 067ee08 commit 6369cc6Copy full SHA for 6369cc6
.pre-commit-config.yaml
@@ -47,7 +47,7 @@ repos:
47
additional_dependencies:
48
- flake8-docstrings
49
- repo: https://github.com/asottile/pyupgrade
50
- rev: v1.26.2
+ rev: v2.0.0
51
hooks:
52
- id: pyupgrade
53
- repo: https://github.com/PyCQA/bandit
@@ -74,7 +74,7 @@ repos:
74
rev: v4.2.0
75
76
- id: ansible-lint
77
- # files: molecule/default/playbook.yml
+ # files: molecule/default/playbook.yml
78
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
79
rev: v1.12.0
80
@@ -88,3 +88,7 @@ repos:
88
rev: 1.19.1
89
90
- id: prettier
91
+ - repo: https://github.com/pre-commit/mirrors-mypy
92
+ rev: v0.761
93
+ hooks:
94
+ - id: mypy
0 commit comments