Skip to content

Commit

Permalink
Make 'F' error codes from flake8 be errors (#976)
Browse files Browse the repository at this point in the history
Some are runtime errors (e.g. `break` outside of a loop), while others are just warnings (e.g. unused imports).

Reverts part of 7894ae6
  • Loading branch information
brettcannon authored Mar 7, 2018
1 parent dae0541 commit 06f3b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -1353,7 +1353,7 @@
},
"python.linting.flake8CategorySeverity.F": {
"type": "string",
"default": "Warning",
"default": "Error",
"description": "Severity of Flake8 message type 'F'.",
"enum": [
"Hint",
Expand Down

0 comments on commit 06f3b82

Please sign in to comment.