From 54ddb8c4ae8ea3714adf4c0ac5c55b654b64d37b Mon Sep 17 00:00:00 2001 From: Mark Niemeyer <64665067+Mark-Niemeyer@users.noreply.github.com> Date: Sun, 27 Nov 2022 17:18:48 +0100 Subject: [PATCH] pre-commit: switch flake8 repo from gitlab to github --- .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 4394d4bb..5a742db3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,8 +7,8 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending args: ["--fix=lf"] - - 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/ambv/black