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.
1 parent 57633b5 commit c3e17b2Copy full SHA for c3e17b2
2 files changed
tests/robotcode/language_server/robotframework/parts/data/README.md
@@ -0,0 +1 @@
1
+Test project for Language Server - Data Part
tests/robotcode/language_server/robotframework/parts/data/pyproject.toml
@@ -1 +1,22 @@
-[tool.robocop]
+[project]
2
+name = "data"
3
+version = "0.1.0"
4
+description = "Test Project for Robotcode Language Server - Data Part"
5
+readme = "README.md"
6
+authors = [
7
+ { name = "Daniel Biehl", email = "dbiehl@live.de" }
8
+]
9
+requires-python = ">=3.10"
10
+dependencies = [
11
+ "robotframework>=5.0.0",
12
13
+
14
+[build-system]
15
+requires = ["uv_build>=0.9.16,<0.10.0"]
16
+build-backend = "uv_build"
17
18
+[dependency-groups]
19
+dev = [
20
+ "debugpy>=1.8.18",
21
+ "robotframework-robocop>=6.0.0",
22
0 commit comments