Skip to content

Commit 12502c1

Browse files
authored
Adds exclude_gitignore to mypy (SchemaStore#4857)
1 parent e4b0a2e commit 12502c1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/schemas/json/partial-mypy.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,12 @@
8383
}
8484
]
8585
},
86+
"exclude_gitignore": {
87+
"description": "This flag will add everything that matches `.gitignore` file(s) to `exclude` (https://mypy.readthedocs.io/en/stable/config_file.html#confval-exclude). This option may only be set in the global section (`[mypy]`).",
88+
"x-intellij-html-description": "This flag will add everything that matches <code>.gitignore</code> file(s) to <code>exclude</code> (https://mypy.readthedocs.io/en/stable/config_file.html#confval-exclude). This option may only be set in the global section (<code>[mypy]</code>).",
89+
"default": false,
90+
"type": "boolean"
91+
},
8692
"namespace_packages": {
8793
"description": "Enables PEP 420 style namespace packages. See the corresponding flag `--no-namespace-packages` (https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-namespace-packages) for more information.",
8894
"markdownDescription": "Enables [PEP 420](https://peps.python.org/pep-0420/) style namespace packages. See the corresponding flag [`--no-namespace-packages`](https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-namespace-packages) for more information.",

0 commit comments

Comments
 (0)