Merge pull request #100 from ollama4j/update-pre-commit-hook

update-pre-commit-hook
This commit is contained in:
Amith Koujalgi 2025-03-11 10:18:06 +05:30 committed by GitHub
commit f966b4b74e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,8 +4,8 @@ repos:
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: "v5.0.0" rev: "v5.0.0"
hooks: hooks:
# - id: no-commit-to-branch - id: no-commit-to-branch
# args: ['--branch', 'main'] args: ['--branch', 'main']
- id: check-merge-conflict - id: check-merge-conflict
- id: check-added-large-files - id: check-added-large-files
- id: check-yaml - id: check-yaml