We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9a813c commit 2a2b696Copy full SHA for 2a2b696
README.md
@@ -142,6 +142,7 @@ Mypy can be integrated into popular IDEs:
142
- Emacs: using [Flycheck](https://github.com/flycheck/)
143
- Sublime Text: [SublimeLinter-contrib-mypy](https://github.com/fredcallaway/SublimeLinter-contrib-mypy)
144
- PyCharm: [mypy plugin](https://github.com/dropbox/mypy-PyCharm-plugin)
145
+- IDLE: [idlemypyextension](https://github.com/CoolCat467/idlemypyextension)
146
- pre-commit: use [pre-commit mirrors-mypy](https://github.com/pre-commit/mirrors-mypy), although
147
note by default this will limit mypy's ability to analyse your third party dependencies.
148
0 commit comments