Autoupdate pre-commit hooks. Add mypy.

pull/113/head
Felddy 4 years ago
parent a17986bdae
commit 067ee0850c
No known key found for this signature in database
GPG Key ID: AFD7E112AF75260E
  1. 6
      .pre-commit-config.yaml

@ -47,7 +47,7 @@ repos:
additional_dependencies:
- flake8-docstrings
- repo: https://github.com/asottile/pyupgrade
rev: v1.26.2
rev: v2.0.0
hooks:
- id: pyupgrade
- repo: https://github.com/PyCQA/bandit
@ -88,3 +88,7 @@ repos:
rev: 1.19.1
hooks:
- id: prettier
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.761
hooks:
- id: mypy

Loading…
Cancel
Save