File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
tests/roots/test-ext-autodoc/target Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ docs = [
92
92
" sphinxcontrib-websupport" ,
93
93
]
94
94
lint = [
95
- " ruff==0.11.8 " ,
95
+ " ruff==0.11.9 " ,
96
96
" mypy==1.15.0" ,
97
97
" sphinx-lint>=0.9" ,
98
98
" types-colorama==0.4.15.20240311" ,
@@ -135,7 +135,7 @@ docs = [
135
135
" sphinxcontrib-websupport" ,
136
136
]
137
137
lint = [
138
- " ruff==0.11.8 " ,
138
+ " ruff==0.11.9 " ,
139
139
" sphinx-lint>=0.9" ,
140
140
]
141
141
package = [
Original file line number Diff line number Diff line change 1
1
import missing_module
2
2
import missing_package1 .missing_module1
3
+ import sphinx .missing_module4
3
4
from missing_module import missing_name
4
5
from missing_package2 import missing_module2
5
6
from missing_package3 .missing_module3 import missing_name # NoQA: F811
6
-
7
- import sphinx .missing_module4
8
7
from sphinx .missing_module4 import missing_name2
9
8
10
9
You can’t perform that action at this time.
0 commit comments