Skip to content

Commit 36a4294

Browse files
committed
Bump Ruff to 0.13.3
1 parent 11a0ddc commit 36a4294

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ docs = [
107107
"sphinxcontrib-websupport",
108108
]
109109
lint = [
110-
"ruff==0.13.0",
110+
"ruff==0.13.3",
111111
"sphinx-lint>=0.9",
112112
]
113113
package = [

sphinx/builders/epub3.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import html
99
import os
10-
import os.path
1110
import re
1211
import time
1312
from typing import TYPE_CHECKING, NamedTuple

sphinx/jinja2glue.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from __future__ import annotations
44

55
import os
6-
import os.path
76
from pathlib import Path
87
from pprint import pformat
98
from typing import TYPE_CHECKING

tests/conftest.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
import sphinx
1414
import sphinx.locale
15-
import sphinx.pycode
1615
from sphinx.testing.util import _clean_up_global_state
1716

1817
if TYPE_CHECKING:

0 commit comments

Comments
 (0)