From 8c7e8c3ab7410d8e6b450cf2bfbe6abea69b874c Mon Sep 17 00:00:00 2001 From: Yann Leprince <5501307+ylep@users.noreply.github.com> Date: Thu, 17 Nov 2022 16:50:18 +0100 Subject: [PATCH] Update URL and version of flake8 --- .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 27c4b95..a3afc99 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,8 +13,8 @@ repos: - id: debug-statements - id: trailing-whitespace -- repo: https://gitlab.com/pycqa/flake8 - rev: 3.7.9 +- repo: https://github.com/pycqa/flake8 + rev: 3.9.2 hooks: - id: flake8 additional_dependencies: [pep8-naming]