We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
robotcode-robot
1 parent 16fe35c commit 2d1c99dCopy full SHA for 2d1c99d
2 files changed
packages/language_server/pyproject.toml
@@ -28,6 +28,7 @@ classifiers = [
28
dependencies = [
29
"robotframework>=4.1.0",
30
"robotcode-jsonrpc2==0.78.2",
31
+ "robotcode-robot==0.78.2",
32
"robotcode==0.78.2",
33
]
34
dynamic = ["version"]
pyproject.toml
@@ -229,6 +229,8 @@ implicit_reexport = false
229
implicit_optional = true
230
disallow_untyped_decorators = false
231
disallow_subclassing_any = false
232
+explicit_package_bases = true
233
+namespace_packages = true
234
exclude = [
235
'^\.mypy_cache/',
236
'^\.venv/',
@@ -253,8 +255,6 @@ mypy_path = [
253
255
"packages/runner/src",
254
256
"packages/analyze/src",
257
-explicit_package_bases = true
-namespace_packages = true
258
# allow_untyped_calls = true
259
260
0 commit comments