From 60a309eea0eefeee96d4f088c1200f75049c3a0a Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Tue, 22 Nov 2022 14:39:03 +0100 Subject: [PATCH] Fix pre-commit after flake8 moved to github. --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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/