Releases: CoolCat467/idletypecheck
Version 1.0.1
In this release we fix an issue that stopped the legacy installation method from working properly.
Full Changelog: v1.0.0...v1.0.1
Version 1.0.0
In this release, we steal a bunch of code from my newer project IdleMypyExtension that was originally based on this project, update the dependencies, update project metadata, and move around a bunch of the code from being in one file to being split between the extension building utilities module (utils
) and the actual extension file that talks to mypy (extension
). This makes it far simpler to have all my extensions and bugfixes I find in one being able to be applied to my others in a much simpler way. We also enabled a ton more of the ruff
rules.
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #4
Full Changelog: v0.1.0...v1.0.0
Version 0.1.0
In this release, we add support for installing with idleuserextend, fix spelling issues, add formatting with ruff.
Additionally, we update the message parser system to be up to date with the changes made in idlemypyextension, which is a fork of this project.
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #2
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #3
New Contributors
- @pre-commit-ci made their first contribution in #1
Full Changelog: v0.0.1...v0.1.0
Version 0.0.1
Update project to use pyproject.toml instead of setup.py and move mypy flags into a property. Also add precommit and run black and isort on the project.
Full Changelog: v0.0.0...v0.0.1
v0.0.0 - Initial Public Release
Initial Public Release of idletypecheck. It shares a lot of it's code with my other IDLE extension, lintcheck.
Full Changelog: https://github.com/CoolCat467/idletypecheck/commits/v0.0.0