This patch is mostly to fix a slight issue with the suggested annotations, so that returned annotations are not fixed to the size of the new annotation. This will allow for annotations that change sizes in the future.
What's Changed * [pre-commit.ci] pre-commit autoupdate by pre-commit-ci in https://github.com/CoolCat467/idlemypyextension/pull/1
New Contributors * pre-commit-ci made their first contribution in https://github.com/CoolCat467/idlemypyextension/pull/1
Update project to use pyproject.toml instead of setup.py, and fix annotation module to be able to parse lambdas in function definition default arguments. Also add precommit and run black and isort on the project.
Fix bugs with the annotation generator, fix some spelling, and add some logic to make the comments with the `--show-error-codes` flag look a bit nicer.