Update pre-commit hooks.

This commit is contained in:
Dain Nilsson 2022-04-15 13:13:57 +02:00
parent d2a0d71be6
commit 15c9e37534
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
1 changed files with 3 additions and 3 deletions

View File

@ -4,16 +4,16 @@ repos:
hooks:
- id: flake8
- repo: https://github.com/psf/black
rev: 22.1.0
rev: 22.3.0
hooks:
- id: black
- repo: https://github.com/PyCQA/bandit
rev: 1.7.2
rev: 1.7.4
hooks:
- id: bandit
exclude: ^tests/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.942
hooks:
- id: mypy
files: ^fido2/