Skip to content

Commit db35d27

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,10 @@
6666
html_last_updated_fmt = ""
6767

6868
_metrics_js_files = [
69-
("https://plausible.io/js/script.js", {"data-domain": "packaging.python.org", "defer": "defer"})
69+
(
70+
"https://plausible.io/js/script.js",
71+
{"data-domain": "packaging.python.org", "defer": "defer"},
72+
)
7073
]
7174
html_js_files = []
7275
if RTD_CANONICAL_BUILD:

0 commit comments

Comments
 (0)