Fix pre-commit after flake8 moved to github.

This commit is contained in:
Dain Nilsson 2022-11-22 14:39:03 +01:00
parent 8fdf098520
commit 60a309eea0
No known key found for this signature in database
GPG Key ID: F04367096FBA95E8
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://gitlab.com/pycqa/flake8
rev: 3.9.2
- repo: https://github.com/PyCQA/flake8
rev: 5.0.4
hooks:
- id: flake8
- repo: https://github.com/psf/black
@ -13,7 +13,7 @@ repos:
- id: bandit
exclude: ^tests/
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.982
rev: v0.991
hooks:
- id: mypy
files: ^fido2/