From bcad92411931f6663224a705f3e4e64dcc6dbddd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Mon, 10 Jun 2024 07:14:11 +0000 Subject: [PATCH] Add master branch protection to pre-commit --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ded3d8b4..ff4759d7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ repos: - id: trailing-whitespace - id: check-yaml - id: check-added-large-files + - id: no-commit-to-branch # - repo: https://github.com/editorconfig-checker/editorconfig-checker.python # rev: "2.7.3"