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 c259a0f commit 205cfd1Copy full SHA for 205cfd1
pyproject.toml
@@ -77,7 +77,6 @@ runner = ["robotcode-runner==1.5.0"]
77
analyze = ["robotcode-analyze==1.5.0"]
78
yaml = ["PyYAML>=5.4"]
79
lint = ["robotframework-robocop>=2.0.0"]
80
-tidy = ["robotframework-tidy>=2.0.0"]
81
rest = ["docutils"]
82
repl = ["robotcode-repl==1.5.0"]
83
replserver = ["robotcode-repl-server==1.5.0"]
@@ -91,7 +90,6 @@ all = [
91
90
"robotcode-repl-server==1.5.0",
92
"PyYAML>=5.4",
93
"robotframework-robocop>=2.0.0",
94
- "robotframework-tidy>=2.0.0",
95
"docutils",
96
"rich",
97
]
0 commit comments