Skip to content

Commit 5ac5786

Browse files
fix: [pre-commit.ci] auto fixes [...]
1 parent f2db106 commit 5ac5786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchopt/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
try:
2727
prefix, sep, suffix = (
2828
subprocess.check_output(
29-
['git', 'describe', '--abbrev=7'], # noqa: S603,S607
29+
['git', 'describe', '--abbrev=7'], # noqa: S607
3030
cwd=os.path.dirname(os.path.abspath(__file__)),
3131
stderr=subprocess.DEVNULL,
3232
text=True,

0 commit comments

Comments
 (0)