From 4bda242f052ec588471229b684068c72c3960655 Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Sun, 20 Nov 2022 16:06:47 +0100 Subject: [PATCH] build: Update flake8 pre-commit hook to account for its move from GitLab to GitHub. see https://github.com/PyCQA/flake8/pull/1305 Signed-off-by: Michael Seifert --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8c15003b..45d7d77d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,8 +37,8 @@ repos: - id: check-xml - id: check-yaml - id: debug-statements -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.9.2 +- repo: https://github.com/pycqa/flake8 + rev: 5.0.4 hooks: - id: flake8 language_version: python3