diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 2fe5d511170e743b3286bce321d6c86cf55fecfc..26527b44d5e5c6184f68b7ef2fb66a41bd80ee0a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -73,14 +73,6 @@ repos:
     hooks:
       - id: hadolint
 
-  - repo: https://gitlab.com/devopshq/gitlab-ci-linter
-    rev: v1.0.3
-    hooks:
-      - id: gitlab-ci-linter
-        args:
-          - "--server"
-          - https://git.shore.co.il
-
   - repo: https://github.com/ambv/black.git
     rev: 21.9b0
     hooks:
@@ -116,7 +108,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