Releases: SublimeLinter/SublimeLinter-mypy
Releases · SublimeLinter/SublimeLinter-mypy
1.6.0
1.5.0
Slightly better formatting of notes
- Preserve some whitespace in the messages
- Combine notes and error message where appropriate
- Throw away
"foo" defined here
notes as they appear
just somewhere (upstream 🐞 python/mypy#10480)
E.g. (our new look):
1.4.0 (2020-03-22)
A handful of updates courtesy of @kaste (#47)
- Don't clear the cache on restart and instead only after 14 days
- Prioritize project's
.mypy_cache
folder, if it exists - Set
cache-dir
tofalse
to honor configuration in amypy.ini
file - Match error codes
- Support
follow-imports=normal
, although the default remainssilent
- Prevent races of multiple mypy instances running at the same time
1.3.10
Fix deprecation warnings
1.3.0-beta.1 (2018-01-30)
Some adjustments to Sublime Linter 4 changes, such as utilizing PythonLinter's method of determining an existing virtualenv or overriding the Python env to be used.
Additonally:
- More robustness for linter output parsing.
- Use incremental mode and lint unsaved files, always.
Removed:
- All linter settings except for
cache-dir
, since inline overrides were removed upstream. - Defaults for
--ignore-missing-imports
and--follow-imports
.