mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-22 16:40:48 +00:00
Merge pull request #35 from cisagov/improvement/static_type_checking
Autoupdate pre-commit hooks. Add mypy.
This commit is contained in:
commit
6369cc6594
1 changed files with 6 additions and 2 deletions
|
@ -47,7 +47,7 @@ repos:
|
||||||
additional_dependencies:
|
additional_dependencies:
|
||||||
- flake8-docstrings
|
- flake8-docstrings
|
||||||
- repo: https://github.com/asottile/pyupgrade
|
- repo: https://github.com/asottile/pyupgrade
|
||||||
rev: v1.26.2
|
rev: v2.0.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: pyupgrade
|
- id: pyupgrade
|
||||||
- repo: https://github.com/PyCQA/bandit
|
- repo: https://github.com/PyCQA/bandit
|
||||||
|
@ -74,7 +74,7 @@ repos:
|
||||||
rev: v4.2.0
|
rev: v4.2.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: ansible-lint
|
- id: ansible-lint
|
||||||
# files: molecule/default/playbook.yml
|
# files: molecule/default/playbook.yml
|
||||||
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
|
- repo: https://github.com/antonbabenko/pre-commit-terraform.git
|
||||||
rev: v1.12.0
|
rev: v1.12.0
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -88,3 +88,7 @@ repos:
|
||||||
rev: 1.19.1
|
rev: 1.19.1
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
|
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||||
|
rev: v0.761
|
||||||
|
hooks:
|
||||||
|
- id: mypy
|
||||||
|
|
Loading…
Reference in a new issue