Skip to content

Commit

Permalink
Modify pre-commit hook to check merge conflicts accidentally committe…
Browse files Browse the repository at this point in the history
…d not at current merge commit (EleutherAI#1927)
  • Loading branch information
LSinev authored Jun 5, 2024
1 parent 7257aa2 commit e39df01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ repos:
- id: check-case-conflict
- id: check-json
- id: check-merge-conflict
args: [--assume-in-merge]
- id: check-symlinks
- id: check-yaml
args: ["--unsafe"]
Expand Down

0 comments on commit e39df01

Please sign in to comment.