Skip to content

Commit 15dd358

Browse files
authored
Merge pull request #58 from stefanofusai/56-optimize-pre-commit-hooks
2 parents bcb34fe + 4522d21 commit 15dd358

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: .pre-commit-config.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ repos:
2020
hooks:
2121
- id: no-commit-to-branch
2222
args:
23-
- --branch
24-
- main
23+
- --branch=main
2524
# Generic checks and fixes
2625
- repo: https://github.com/pre-commit/pre-commit-hooks
2726
rev: v5.0.0

0 commit comments

Comments
 (0)