Skip to content

Commit

Permalink
run pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLilit committed Jul 30, 2024
1 parent 10fb861 commit 5254159
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion git/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,8 @@ def execute(
warnings.warn(
"Git.show() has strip_newline_in_stdout=True by default, which probably isn't what you want and will "
"change in a future version. It is recommended to use Git.show(..., strip_newline_in_stdout=False)",
DeprecationWarning
DeprecationWarning,
stacklevel=1,
)

# Allow the user to have the command executed in their working dir.
Expand Down

0 comments on commit 5254159

Please sign in to comment.