File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments