Skip to content

Commit 6c1d251

Browse files
committed
style(docs[conf]): Apply ruff format
1 parent e82c077 commit 6c1d251

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
"python": ("https://docs.python.org/", None),
3636
"pytest": ("https://docs.pytest.org/en/stable/", None),
3737
},
38-
linkcode_resolve=make_linkcode_resolve(
39-
libtmux, about["__github__"], src_dir="src"
40-
),
38+
linkcode_resolve=make_linkcode_resolve(libtmux, about["__github__"], src_dir="src"),
4139
# Project-specific overrides
4240
theme_options={
4341
"announcement": (

0 commit comments

Comments
 (0)