Skip to content

Releases: leinardi/mypy-pycharm

0.16.2

16 Oct 11:38
0.16.2
2d90535
Compare
Choose a tag to compare
  • Fix compatibility issues

0.16.1

09 Oct 13:20
0.16.1
b5175b1
Compare
Choose a tag to compare
  • Fix several compatibility issues

0.16.0

02 Sep 12:24
0.16.0
af0aa84
Compare
Choose a tag to compare
  • Fixed #63: Remote Interpreter
  • Fixed #110: Support for mypy using WSL interpreter
  • Respect mypy path field and don't force usage of project interpreter (thanks to @jack-hegman for the PR)

0.15.0

24 Apr 19:12
0.15.0
8efa03b
Compare
Choose a tag to compare
  • Fixed #107: Icons not visible in new Jetbrains UI
  • New: Min IDEA version raised from PC-2021.2 to PC-2022.1.4
  • Several dependency updates

0.14.0

26 Feb 13:29
0.14.0
8fa49da
Compare
Choose a tag to compare
  • Change default inspection level to ERROR (thanks to @intgr)
  • New: Make plugin hot-reloadable (thanks to @intgr)
  • New: Show notification when Mypy exits abnormally (thanks to @intgr)
  • New: Improved executable auto-detection on Windows
  • Several dependency updates

0.12.1

06 Dec 20:21
0.12.1
b00a10a
Compare
Choose a tag to compare
  • New: Minimum compatibility version raised to 201.8743

0.12.0

05 Dec 21:17
0.12.0
365c2a4
Compare
Choose a tag to compare
  • Fixed #43: Major performance issues with background scanning (a huge thank you to @intgr for fixing this issue!)
  • New: Ability to add suppress comments for Mypy violations via IntentionAction (again, thanks to @intgr for the contribution. See #81 for details)
  • New: Min IDEA version raised from 2018 to PC-2021.2.3
  • Several dependency updates

0.11.2

25 Apr 10:10
0.11.2
5dab57b
Compare
Choose a tag to compare
0.11.2 Pre-release
Pre-release
  • Fixed #61: Changed module/project icons to be compatible with EAPs of IDEA 2020.1

0.11.1

04 Feb 18:22
0.11.1
7efca2a
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release
  • Fixed regression generating several errors in Event Log during inspection

0.11.0

01 Feb 09:56
0.11.0
4840a24
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • New: Min IDEA version raised from 2016 to 2018
  • New: Improved Mypy custom arguments handling
  • New: Tidied up deprecations in the 2018 SDK
  • New: Fixed possible deadlock during inspection