Skip to content

Commit

Permalink
Merge pull request #617 from MLecardonnel/feature/pre_commit_branch
Browse files Browse the repository at this point in the history
Update pre-commit file to remove restriction no commit to branch
  • Loading branch information
guillaume-vignal authored Jan 10, 2025
2 parents c1af444 + 0f842e5 commit daedb63
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-ast
- id: fix-byte-order-marker
Expand All @@ -26,8 +26,6 @@ repos:
exclude: ^(docs/|gdocs/)
- id: check-added-large-files
args: ['--maxkb=500']
- id: no-commit-to-branch
args: ['--branch', 'master', '--branch', 'develop']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.2
hooks:
Expand Down

0 comments on commit daedb63

Please sign in to comment.