From 544d21a43762a526bdc53098a1fae87627d4a454 Mon Sep 17 00:00:00 2001 From: gresm <78505251+gresm@users.noreply.github.com> Date: Thu, 31 Mar 2022 02:29:19 +0200 Subject: [PATCH] Include link to PEP484 in README (#12492) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b23ddb8a93a..86a92df18d1d 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Mypy can be integrated into popular IDEs: * 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 - [its own implementation of PEP 484](https://www.jetbrains.com/help/pycharm/type-hinting-in-product.html)) + [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).