diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index b46534a..0daf8e5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -15,7 +15,7 @@ repos:
       - id: mixed-line-ending
         args: ["--fix=lf"]
       - id: detect-private-key
-      - id: no-commit-to-branch
+      # TODO: - id: no-commit-to-branch had to be removed temporarily
       - id: check-json
       - id: pretty-format-json
   - repo: https://github.com/Lucas-C/pre-commit-hooks