Skip to content

Commit

Permalink
fix: [pre-commit.ci] auto fixes [...]
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jul 1, 2024
1 parent f2db106 commit 5ac5786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchopt/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
try:
prefix, sep, suffix = (
subprocess.check_output(
['git', 'describe', '--abbrev=7'], # noqa: S603,S607
['git', 'describe', '--abbrev=7'], # noqa: S607
cwd=os.path.dirname(os.path.abspath(__file__)),
stderr=subprocess.DEVNULL,
text=True,
Expand Down

0 comments on commit 5ac5786

Please sign in to comment.