Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 15, 2024
1 parent 9a565f3 commit 23f8c40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/extensions/check_events.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Check events.yaml and blog posts are consistent."""

from __future__ import annotations

from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions docs/extensions/legacy_redirects.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
The logic works similar to sphinx.rediraffe, but handles adding index.html
for end-points.
"""

import json
from os.path import relpath
from pathlib import Path
Expand Down
1 change: 1 addition & 0 deletions docs/extensions/selective_css.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Add CSS selectively to pages"""

from sphinx.application import Sphinx


Expand Down

0 comments on commit 23f8c40

Please sign in to comment.