Skip to content

Commit 06f3b82

Browse files
authored
Make 'F' error codes from flake8 be errors (#976)
Some are runtime errors (e.g. `break` outside of a loop), while others are just warnings (e.g. unused imports). Reverts part of 7894ae6
1 parent dae0541 commit 06f3b82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,7 +1353,7 @@
13531353
},
13541354
"python.linting.flake8CategorySeverity.F": {
13551355
"type": "string",
1356-
"default": "Warning",
1356+
"default": "Error",
13571357
"description": "Severity of Flake8 message type 'F'.",
13581358
"enum": [
13591359
"Hint",

0 commit comments

Comments
 (0)