Skip to content

Commit 205cfd1

Browse files
committed
feat(robotcode): remove robotframework-tidy from optional-dependencies
1 parent c259a0f commit 205cfd1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ runner = ["robotcode-runner==1.5.0"]
7777
analyze = ["robotcode-analyze==1.5.0"]
7878
yaml = ["PyYAML>=5.4"]
7979
lint = ["robotframework-robocop>=2.0.0"]
80-
tidy = ["robotframework-tidy>=2.0.0"]
8180
rest = ["docutils"]
8281
repl = ["robotcode-repl==1.5.0"]
8382
replserver = ["robotcode-repl-server==1.5.0"]
@@ -91,7 +90,6 @@ all = [
9190
"robotcode-repl-server==1.5.0",
9291
"PyYAML>=5.4",
9392
"robotframework-robocop>=2.0.0",
94-
"robotframework-tidy>=2.0.0",
9593
"docutils",
9694
"rich",
9795
]

0 commit comments

Comments
 (0)