cli: Disable pre-commit hooks for cli commands
This commit is contained in:
@@ -93,6 +93,7 @@ def _commit_file_to_git(
|
|||||||
"commit",
|
"commit",
|
||||||
"-m",
|
"-m",
|
||||||
commit_message,
|
commit_message,
|
||||||
|
"--no-verify", # dont run pre-commit hooks
|
||||||
]
|
]
|
||||||
+ [str(file_path) for file_path in file_paths],
|
+ [str(file_path) for file_path in file_paths],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user