From 6dc1598323e4b53f438ee7d2f3463d41a66e3f6b Mon Sep 17 00:00:00 2001 From: Xiao Gui Date: Thu, 23 Nov 2023 12:17:11 +0100 Subject: [PATCH] fix flake8 supercedes https://github.com/HumanBrainProject/hbp-spatial-backend/pull/3 --- .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]