Add master branch protection to pre-commit

This commit is contained in:
Odd Stråbø 2024-06-10 07:14:11 +00:00
parent 9ea4d465f0
commit bcad924119
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ repos:
- id: trailing-whitespace - id: trailing-whitespace
- id: check-yaml - id: check-yaml
- id: check-added-large-files - id: check-added-large-files
- id: no-commit-to-branch
# - repo: https://github.com/editorconfig-checker/editorconfig-checker.python # - repo: https://github.com/editorconfig-checker/editorconfig-checker.python
# rev: "2.7.3" # rev: "2.7.3"