diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cf1cbba..486f3e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,8 +4,8 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: "v5.0.0" hooks: -# - id: no-commit-to-branch -# args: ['--branch', 'main'] + - id: no-commit-to-branch + args: ['--branch', 'main'] - id: check-merge-conflict - id: check-added-large-files - id: check-yaml