Skip to content

Commit efbd264

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9164b22 commit efbd264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
#
7373
# The full version, including alpha/beta/rc tags.
7474
git_describe = subprocess.run(
75-
["git", "describe", "--abbrev=0"], # noqa: S603, S607
75+
["git", "describe", "--abbrev=0"], # noqa: S607
7676
stdout=subprocess.PIPE,
7777
text=True,
7878
check=True,

0 commit comments

Comments
 (0)