File tree Expand file tree Collapse file tree 1 file changed +4
-26
lines changed Expand file tree Collapse file tree 1 file changed +4
-26
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Source = "https://github.com/d-biehl/robotcode"
61
61
yaml = [" PyYAML>=5.4" , " types-PyYAML>=5.4" ]
62
62
lint = [" robotframework-robocop>=2.0.0" ]
63
63
tidy = [" robotframework-tidy>=2.0.0" ]
64
- rest = [" docutils" , " types-docutils " ]
64
+ rest = [" docutils" ]
65
65
66
66
[project .scripts ]
67
67
'robotcode.debugger' = ' robotcode.debugger.__main__:main'
@@ -89,16 +89,9 @@ dependencies = [
89
89
" debugpy" ,
90
90
" GitPython" ,
91
91
" semantic-version" ,
92
- " pre-commit" ,
93
- " python-semantic-release" ,
94
92
" robotremoteserver" ,
95
- " PyYAML>=5.4" ,
96
- " types-PyYAML>=5.4" ,
97
- " robotframework-robocop>=2.0.0" ,
98
- " robotframework-tidy>=2.0.0" ,
99
- " docutils" ,
100
- " types-docutils" ,
101
93
]
94
+ features = [" yaml" , " rest" ]
102
95
103
96
104
97
[tool .hatch .envs .default .scripts ]
@@ -146,23 +139,8 @@ matrix.rf.dependencies = [
146
139
]
147
140
148
141
[tool .hatch .envs .lint ]
149
- detached = true
150
- dependencies = [
151
- " pytest" ,
152
- " pytest_asyncio" ,
153
- " pytest-regtest>=1.5.0" ,
154
- " mypy" ,
155
- " ruff" ,
156
- " black" ,
157
- " debugpy" ,
158
- " robotremoteserver" ,
159
- " PyYAML>=5.4" ,
160
- " types-PyYAML>=5.4" ,
161
- " robotframework-robocop>=2.0.0" ,
162
- " robotframework-tidy>=2.0.0" ,
163
- " docutils" ,
164
- " types-docutils" ,
165
- ]
142
+ skip-install = true
143
+ features = [" yaml" , " rest" ]
166
144
167
145
[tool .hatch .envs .lint .scripts ]
168
146
typing = " mypy --install-types --non-interactive {args:.}"
You can’t perform that action at this time.
0 commit comments