Skip to content

Commit da9081a

Browse files
Update schema.v2.json
1 parent 7c28895 commit da9081a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

static/schema/schema.v2.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,23 @@
690690
"default": {},
691691
"description": "ESLint is a static code analysis tool for JavaScript files."
692692
},
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."
709+
},
693710
"rubocop": {
694711
"type": "object",
695712
"properties": {

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy