Mypy found no issues.
See original GitHub issueHi. I’ll try configure plugin for PyCharm. Always I get this notification: “Mypy found no issues”. It doesn’t matter if I choose to check for a file or project.
When I type in terminal:
mypy .
I correctly got errors.
This is my config: https://pastebin.com/HrkTPL5Z
Config in PyCham: Path to mypy executable: /usr/local/bin/mypy Path to config file: /Users/michal/Projekty/project_name/setup.cfg
The test gives the correct result.
OS: macOS Catalina PyCharm 2019.3.4
Issue Analytics
- State:
- Created 3 years ago
- Reactions:15
- Comments:15
Top Results From Across the Web
Common issues and solutions - mypy 0.991 documentation
Common issues and solutions# · Can't install mypy using pip# · No errors reported for obviously wrong code# · Spurious errors and locally...
Read more >How can I make mypy tell me I am using features that are ...
TypeError: 'type' object is not subscriptable. But mypy will not complain (I'm using mypy 0.910):. Success: no issues found in 1 source file....
Read more >Mypy Documentation - Read the Docs
Mypy can type check this function without a problem: it will use ... Mypy complains if it can't find a stub (or a...
Read more >python/typing - Gitter
On the last line, I get: error: Item "None" of "Optional[B]" has no attribute ... Mypy doesn't find any issues with: def f(x:...
Read more >MyPy - PyDev
If the error log shows an entry such as Unable to find mypy, it means that MyPy is not being found in the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
In most situations, even if there are some problems, “Mypy found no problems” is reported. For instance, a file may contain two problems and not be reported. Then I may add another problem to this file and now the three problems get reported correctly. That seems a very serious bug to me . I wonder how many people got this problem unnoticed.
OS: Windows 10 Pro PyCharm 2020.1 Community
I would call the plugin completely broken. On numerous OSes, numerous current versions of Pycharm, the plug-in does nothing.