From 2a2b696ee7aaadf33dda97b6e69fbc88125899cb Mon Sep 17 00:00:00 2001 From: CoolCat467 <52022020+CoolCat467@users.noreply.github.com> Date: Wed, 5 Feb 2025 17:29:38 -0600 Subject: [PATCH] Add idlemypyextension to IDE integrations section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 45b71c8a4824..8040566b18ef 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ Mypy can be integrated into popular IDEs: - Emacs: using [Flycheck](https://github.com/flycheck/) - Sublime Text: [SublimeLinter-contrib-mypy](https://github.com/fredcallaway/SublimeLinter-contrib-mypy) - PyCharm: [mypy plugin](https://github.com/dropbox/mypy-PyCharm-plugin) +- IDLE: [idlemypyextension](https://github.com/CoolCat467/idlemypyextension) - pre-commit: use [pre-commit mirrors-mypy](https://github.com/pre-commit/mirrors-mypy), although note by default this will limit mypy's ability to analyse your third party dependencies.