File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ classifiers = [
28
28
dependencies = [
29
29
" robotframework>=4.1.0" ,
30
30
" robotcode-jsonrpc2==0.78.2" ,
31
+ " robotcode-robot==0.78.2" ,
31
32
" robotcode==0.78.2" ,
32
33
]
33
34
dynamic = [" version" ]
Original file line number Diff line number Diff line change @@ -229,6 +229,8 @@ implicit_reexport = false
229
229
implicit_optional = true
230
230
disallow_untyped_decorators = false
231
231
disallow_subclassing_any = false
232
+ explicit_package_bases = true
233
+ namespace_packages = true
232
234
exclude = [
233
235
' ^\.mypy_cache/' ,
234
236
' ^\.venv/' ,
@@ -253,8 +255,6 @@ mypy_path = [
253
255
" packages/runner/src" ,
254
256
" packages/analyze/src" ,
255
257
]
256
- explicit_package_bases = true
257
- namespace_packages = true
258
258
# allow_untyped_calls = true
259
259
260
260
You can’t perform that action at this time.
0 commit comments