File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ Mypy can be integrated into popular IDEs:
116
116
* Sublime Text: [ SublimeLinter-contrib-mypy] ( https://github.com/fredcallaway/SublimeLinter-contrib-mypy )
117
117
* Atom: [ linter-mypy] ( https://atom.io/packages/linter-mypy )
118
118
* PyCharm: [ mypy plugin] ( https://github.com/dropbox/mypy-PyCharm-plugin ) (PyCharm integrates
119
- [ its own implementation of PEP 484 ] ( https://www.jetbrains.com/help/pycharm/type-hinting-in-product.html ) )
119
+ [ its own implementation] ( https://www.jetbrains.com/help/pycharm/type-hinting-in-product.html ) of [ PEP 484 ] ( https://peps.python.org/pep-0484/ ) )
120
120
* VS Code: provides [ basic integration] ( https://code.visualstudio.com/docs/python/linting#_mypy ) with mypy.
121
121
* pre-commit: use [ pre-commit mirrors-mypy] ( https://github.com/pre-commit/mirrors-mypy ) .
122
122
You can’t perform that action at this time.
0 commit comments