Skip to content

Commit 92a8f35

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/esbonio/tests/sphinx-agent/test_sa_unit.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
logger = logging.getLogger(__name__)
2424

2525

26-
sphinx_lt_81 = sphinx_version[0] < 8 or (sphinx_version[0] == 8 and sphinx_version[1] < 1)
26+
sphinx_lt_81 = sphinx_version[0] < 8 or (
27+
sphinx_version[0] == 8 and sphinx_version[1] < 1
28+
)
2729

2830

2931
def application_args(**kwargs) -> dict[str, Any]:

0 commit comments

Comments
 (0)