Skip to content

Commit

Permalink
Point the "PyCharm mypy plugin" link to a working plugin instead of t…
Browse files Browse the repository at this point in the history
…he abandoned one by Dropbox
  • Loading branch information
InSyncWithFoo committed Apr 24, 2024
1 parent 82ebd86 commit 1b951fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +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)
- Atom: [linter-mypy](https://atom.io/packages/linter-mypy)
- PyCharm: [mypy plugin](https://github.com/dropbox/mypy-PyCharm-plugin) (PyCharm integrates
- PyCharm: [mypy plugin](https://github.com/leinardi/mypy-pycharm) (PyCharm integrates
[its own implementation](https://www.jetbrains.com/help/pycharm/type-hinting-in-product.html) of [PEP 484](https://peps.python.org/pep-0484/))
- VS Code: provides [basic integration](https://code.visualstudio.com/docs/python/linting#_mypy) with mypy.
- pre-commit: use [pre-commit mirrors-mypy](https://github.com/pre-commit/mirrors-mypy).
Expand Down

0 comments on commit 1b951fc

Please sign in to comment.