Skip to content

Commit ad85bf8

Browse files
committed
Bump Ruff to 0.11.9
1 parent 97affba commit ad85bf8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ docs = [
9292
"sphinxcontrib-websupport",
9393
]
9494
lint = [
95-
"ruff==0.11.8",
95+
"ruff==0.11.9",
9696
"mypy==1.15.0",
9797
"sphinx-lint>=0.9",
9898
"types-colorama==0.4.15.20240311",
@@ -135,7 +135,7 @@ docs = [
135135
"sphinxcontrib-websupport",
136136
]
137137
lint = [
138-
"ruff==0.11.8",
138+
"ruff==0.11.9",
139139
"sphinx-lint>=0.9",
140140
]
141141
package = [

tests/roots/test-ext-autodoc/target/need_mocks.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import missing_module
22
import missing_package1.missing_module1
3+
import sphinx.missing_module4
34
from missing_module import missing_name
45
from missing_package2 import missing_module2
56
from missing_package3.missing_module3 import missing_name # NoQA: F811
6-
7-
import sphinx.missing_module4
87
from sphinx.missing_module4 import missing_name2
98

109

0 commit comments

Comments
 (0)