Skip to content

Commit 734a0b9

Browse files
authored
Flycheck-mypy is deprecated. Its functionality was merged in Flycheck (#14247)
See https://github.com/lbolla/emacs-flycheck-mypy#readme
1 parent b8c03ab commit 734a0b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Mypy can be integrated into popular IDEs:
124124
`let g:syntastic_python_checkers=['mypy']`
125125
* Using [ALE](https://github.com/dense-analysis/ale): should be enabled by default when `mypy` is installed,
126126
or can be explicitly enabled by adding `let b:ale_linters = ['mypy']` in `~/vim/ftplugin/python.vim`
127-
* Emacs: using [Flycheck](https://github.com/flycheck/) and [Flycheck-mypy](https://github.com/lbolla/emacs-flycheck-mypy)
127+
* Emacs: using [Flycheck](https://github.com/flycheck/)
128128
* Sublime Text: [SublimeLinter-contrib-mypy](https://github.com/fredcallaway/SublimeLinter-contrib-mypy)
129129
* Atom: [linter-mypy](https://atom.io/packages/linter-mypy)
130130
* PyCharm: [mypy plugin](https://github.com/dropbox/mypy-PyCharm-plugin) (PyCharm integrates

0 commit comments

Comments
 (0)