You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: static/schema/schema.v2.json
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -690,6 +690,23 @@
690
690
"default": {},
691
691
"description": "ESLint is a static code analysis tool for JavaScript files."
692
692
},
693
+
"flake8": {
694
+
"type": "object",
695
+
"properties": {
696
+
"enabled": {
697
+
"type": "boolean",
698
+
"default": true,
699
+
"description": "Enable Flake8 | Flake8 is a Python linter that wraps PyFlakes, pycodestyle and Ned Batchelder's McCabe script. | v7.2.0"
700
+
},
701
+
"config_file": {
702
+
"type": "string",
703
+
"description": "Optional path to the Flake8 configuration file relative to the repository. This is useful when the configuration file is named differently than the default '.flake8' or 'setup.cfg'."
704
+
}
705
+
},
706
+
"additionalProperties": false,
707
+
"default": {},
708
+
"description": "Flake8 is a Python linter that wraps PyFlakes, pycodestyle and Ned Batchelder's McCabe script."
0 commit comments