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 7f041a2 commit 97cb04bCopy full SHA for 97cb04b
package.json
@@ -163,6 +163,32 @@
163
"default": true,
164
"description": "Enable or disable PyCodeStyle."
165
},
166
+ "select": {
167
+ "type": "array",
168
+ "default": [],
169
+ "items": {
170
+ "type": "string"
171
+ },
172
+ "description":
173
+ "Select errors and warnings. Requires `pyls` 0.14+"
174
175
+ "ignore": {
176
177
+ "default": [
178
+ "E121",
179
+ "E123",
180
+ "E126",
181
+ "E226",
182
+ "E24",
183
+ "E704",
184
+ "W503"
185
+ ],
186
187
188
189
190
+ "Ignore errors and warnings. Requires `pyls` 0.14+"
191
192
"hangClosing": {
193
"type": "boolean",
194
"default": false,
0 commit comments