Skip to content

Commit 9dc4361

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 321abca commit 9dc4361

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

noxfile.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,4 @@ def sphinx_lint(session):
114114
"""
115115
session.install("sphinx-lint==1.0.0")
116116
target = session.posargs if len(session.posargs) >= 1 else ["source"]
117-
session.run(
118-
"sphinx-lint",
119-
*target
120-
)
117+
session.run("sphinx-lint", *target)

0 commit comments

Comments
 (0)