Skip to content

Commit bcc36bb

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

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

docs/extensions/check_events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Check events.yaml and blog posts are consistent."""
2+
23
from __future__ import annotations
34

45
from pathlib import Path

docs/extensions/legacy_redirects.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
The logic works similar to sphinx.rediraffe, but handles adding index.html
44
for end-points.
55
"""
6+
67
import json
78
from os.path import relpath
89
from pathlib import Path

docs/extensions/selective_css.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Add CSS selectively to pages"""
2+
23
from sphinx.application import Sphinx
34

45

0 commit comments

Comments
 (0)