diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5aff909..b0971f2 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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/