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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,9 +42,9 @@ Following is a list of *additional* settings specific to this linter:
42
42
43
43
|Setting|Description|
44
44
|:------|:----------|
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.|
48
48
49
49
All other args to mypy should be specified in the `args` list directly.
0 commit comments