diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c23ef6c..b094d38 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,9 +6,6 @@ repos: - id: check-json - id: check-merge-conflict - id: end-of-file-fixer - - id: no-commit-to-branch - args: - - "--branch=main" - id: pretty-format-json args: - "--autofix"