Skip to content

Commit 031849e

Browse files
authored
Adding --no-verify to git commit to ensure precommit hooks don't cause issues (#1216)
* Adding --no-verify to git commit to ensure precommit hooks don't cause issues * Bump project version to 0.0.94
1 parent 3b2ef62 commit 031849e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

patchwork/steps/CommitChanges/CommitChanges.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ def commit_with_msg(repo: Repo, msg: str):
9696

9797
with ephemeral.context():
9898
repo.git.commit(
99+
"--no-verify",
99100
"--author",
100101
"patched.codes[bot]<298395+patched.codes[bot]@users.noreply.github.com>",
101102
"-m",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "patchwork-cli"
3-
version = "0.0.93"
3+
version = "0.0.94"
44
description = ""
55
authors = ["patched.codes"]
66
license = "AGPL"

0 commit comments

Comments
 (0)