Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 49a8c10

Browse files
authored
README.md: remove mention of flake8-mypy (python#9532)
https://github.com/ambv/flake8-mypy is dead. flake8-mypy also disables import following, which is suboptimal. In my experience with mypy-primer, a lot of projects using flake8-mypy have a number of type errors. Co-authored-by: hauntsaninja <>
1 parent 45d3655 commit 49a8c10

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,8 @@ Mypy can be integrated into popular IDEs:
122122
[its own implementation of PEP 484](https://www.jetbrains.com/help/pycharm/type-hinting-in-product.html))
123123
* VS Code: provides [basic integration](https://code.visualstudio.com/docs/python/linting#_mypy) with mypy.
124124

125-
Mypy can also be integrated into [Flake8] using [flake8-mypy], or
126-
can be set up as a pre-commit hook using [pre-commit mirrors-mypy].
125+
Mypy can also be set up as a pre-commit hook using [pre-commit mirrors-mypy].
127126

128-
[Flake8]: https://flake8.pycqa.org/
129-
[flake8-mypy]: https://github.com/ambv/flake8-mypy
130127
[pre-commit mirrors-mypy]: https://github.com/pre-commit/mirrors-mypy
131128

132129
Web site and documentation

0 commit comments

Comments
 (0)