Skip to content

Commit 0a7f47e

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_ext/spelling_stub_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Sphinx extension for making the spelling directive noop."""
22

3-
from typing import List, Dict, Any
3+
from typing import Any, Dict, List
44

55
from sphinx.util.nodes import nodes
66
from sphinx.application import Sphinx

docs/requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ pyyaml==5.3.1
99
# PIN to fix:
1010
# The sphinxcontrib.applehelp extension used by this project needs at least Sphinx v5.0;
1111
# it therefore cannot be built with this version.
12-
sphinxcontrib-applehelp==1.0.2
12+
sphinxcontrib-applehelp==1.0.2

0 commit comments

Comments
 (0)