Skip to content

Commit daedb63

Browse files
Merge pull request #617 from MLecardonnel/feature/pre_commit_branch
Update pre-commit file to remove restriction no commit to branch
2 parents c1af444 + 0f842e5 commit daedb63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ default_language_version:
22
python: python3
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.6.0
5+
rev: v5.0.0
66
hooks:
77
- id: check-ast
88
- id: fix-byte-order-marker
@@ -26,8 +26,6 @@ repos:
2626
exclude: ^(docs/|gdocs/)
2727
- id: check-added-large-files
2828
args: ['--maxkb=500']
29-
- id: no-commit-to-branch
30-
args: ['--branch', 'master', '--branch', 'develop']
3129
- repo: https://github.com/astral-sh/ruff-pre-commit
3230
rev: v0.5.2
3331
hooks:

0 commit comments

Comments
 (0)