Commit 869d9bb
committed
Allow setting
The user can set `cache-dir` to `False` to omit the arg from the command
completely. This is especially useful if the actual cache dir is configured
in the `mypy.ini` file.
Omit automatically in case the default location `.mypy_cache` exists.
Likely it is populated and the right thing.
In all cases do not manually edit `cmd`. Just set the setting and let
SublimeLinter do the rest.cache-dir to False to omit the arg1 parent 65e6a55 commit 869d9bb
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
| |||
0 commit comments