diff --git a/.config/git/skel/.pre-commit-config.yaml b/.config/git/skel/.pre-commit-config.yaml
index dc5079de6d8158f271286e6b8c56a5dc92f7a414..2b14b050e315aa24633ce302ae17edd9bd88aabb 100644
--- a/.config/git/skel/.pre-commit-config.yaml
+++ b/.config/git/skel/.pre-commit-config.yaml
@@ -145,7 +145,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
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index abed55b4ba7c7f69b2a0896fc551b3cbd516a9b3..23fadb95209afa169ea9e3fdb22c4ec5f9b52129 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -74,7 +74,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