Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec8e1b1

Browse files
committed
Update README
1 parent 18379cc commit ec8e1b1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Following is a list of *additional* settings specific to this linter:
4242

4343
|Setting|Description|
4444
|:------|:----------|
45-
|cache-dir|The directory to store the cache in. Creates a sub-folder in your temporary directory if not specified.|
46-
|follow-imports|Whether imports should be followed and linted. The default is `"silent"`, but `"skip"` may also be used. The other options are not interesting.|
47-
|incremental|By default, we use incremental mode to speed up lint passes. Set this to `false` to disable.|
45+
|cache-dir|The directory to store the cache in. Creates a sub-folder in your temporary directory if not specified. Set it to `false` to disable this automatic behavior, for example if the cache location is set in your mypy.ini file.|
46+
|follow-imports|Whether imports should be followed and linted. The default is `"silent"` for speed, but `"normal"` or `"skip"` may also be used.|
47+
|show-error-codes|Set to `false` for older mypy versions, or better yet update mypy.|
4848

4949
All other args to mypy should be specified in the `args` list directly.
5050

0 commit comments

Comments
 (0)