Skip to content

Commit

Permalink
chore(pre-commit): autofix run
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Oct 21, 2024
1 parent f3a6111 commit 8206f25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,12 @@ def conventional_gbk_commit_path():
def fixup_commit_path():
return get_message_path("fixup_commit")


@pytest.fixture
def merge_commit_path():
return get_message_path("merge_commit")


@pytest.fixture
def conventional_commit_bad_multi_line_path():
return get_message_path("conventional_commit_bad_multi_line")
Expand Down
2 changes: 1 addition & 1 deletion tests/messages/merge_commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Merge branch '2.x.x' into '1.x.x'
Merge branch '2.x.x' into '1.x.x'

0 comments on commit 8206f25

Please sign in to comment.