We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a631dd commit 92a8f35Copy full SHA for 92a8f35
lib/esbonio/tests/sphinx-agent/test_sa_unit.py
@@ -23,7 +23,9 @@
23
logger = logging.getLogger(__name__)
24
25
26
-sphinx_lt_81 = sphinx_version[0] < 8 or (sphinx_version[0] == 8 and sphinx_version[1] < 1)
+sphinx_lt_81 = sphinx_version[0] < 8 or (
27
+ sphinx_version[0] == 8 and sphinx_version[1] < 1
28
+)
29
30
31
def application_args(**kwargs) -> dict[str, Any]:
0 commit comments