Releases: leinardi/mypy-pycharm
Releases · leinardi/mypy-pycharm
0.16.3
What's Changed
- Fixed #120: Defined action update thread for actions (thanks @dw-0 for the help!)
- New: Min IDEA version raised from PC-2022.1.4 to PC-2023.3.6
- Several dependency updates
New Contributors
Full Changelog: 0.16.2...0.16.3
0.16.1
- Fix several compatibility issues
0.16.0
- 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
- 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
- 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
- New: Minimum compatibility version raised to 201.8743
0.12.0
- 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
- Fixed #61: Changed module/project icons to be compatible with EAPs of IDEA 2020.1
0.11.1
- Fixed regression generating several errors in Event Log during inspection