Skip to content

Releases: SublimeLinter/SublimeLinter-mypy

1.6.0

06 Feb 20:29
1028085
Compare
Choose a tag to compare
  • Be aware of --pretty and --show-error-end switches.
  • Fix position of unused ignore comments.

1.5.0

30 Aug 21:15
b31e8f7
Compare
Choose a tag to compare

Slightly better formatting of notes

  1. Preserve some whitespace in the messages
  2. Combine notes and error message where appropriate
  3. Throw away "foo" defined here notes as they appear
    just somewhere (upstream 🐞 python/mypy#10480)

E.g. (our new look):

image

1.4.0 (2020-03-22)

22 Mar 21:26
51a43db
Compare
Choose a tag to compare

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 to false to honor configuration in a mypy.ini file
  • Match error codes
  • Support follow-imports=normal, although the default remains silent
  • Prevent races of multiple mypy instances running at the same time

1.3.10

07 Feb 21:14
d20d035
Compare
Choose a tag to compare
Fix deprecation warnings

1.3.0-beta.1 (2018-01-30)

30 Jan 02:38
1.3.0-beta.1
b6e82b2
Compare
Choose a tag to compare
Pre-release

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.