From 404fac3f4eef1aff96c77afb149f05d2d502a57f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 29 Apr 2023 01:16:56 +0300 Subject: [PATCH] Small pre-commit fix. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0d3152..bf356d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -103,7 +103,7 @@ repos: - bandit - pyroma - - repo: https://gitlab.com/pycqa/flake8.git + - repo: https://github.com/pycqa/flake8.git rev: 3.9.2 hooks: - id: flake8 -- GitLab