Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5254159

Browse files
committed
run pre-commit
1 parent10fb861 commit5254159

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎git/cmd.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1214,7 +1214,8 @@ def execute(
12141214
warnings.warn(
12151215
"Git.show() has strip_newline_in_stdout=True by default, which probably isn't what you want and will "
12161216
"change in a future version. It is recommended to use Git.show(..., strip_newline_in_stdout=False)",
1217-
DeprecationWarning
1217+
DeprecationWarning,
1218+
stacklevel=1,
12181219
)
12191220

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp