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