idletypecheck

Idle Type Check - IDLE Extension to use mypy to type check open file

GPL-3.0 License

Downloads
62
Stars
0
Committers
1
idletypecheck - Version 1.0.1 Latest Release

Published by CoolCat467 8 months ago

In this release we fix an issue that stopped the legacy installation method from working properly.

Full Changelog: https://github.com/CoolCat467/idletypecheck/compare/v1.0.0...v1.0.1

idletypecheck - Version 1.0.0

Published by CoolCat467 8 months ago

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

Full Changelog: https://github.com/CoolCat467/idletypecheck/compare/v0.1.0...v1.0.0

idletypecheck - Version 0.1.0

Published by CoolCat467 about 1 year ago

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

New Contributors

Full Changelog: https://github.com/CoolCat467/idletypecheck/compare/v0.0.1...v0.1.0

idletypecheck - Version 0.0.1

Published by CoolCat467 over 1 year ago

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: https://github.com/CoolCat467/idletypecheck/compare/v0.0.0...v0.0.1

idletypecheck - v0.0.0 - Initial Public Release

Published by CoolCat467 about 2 years ago

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

Package Rankings
Top 25.15% on Pypi.org
Badges
Extracted from project README
pre-commit.ci status pre-commit code style: black Ruff