question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mypy found no issues.

See original GitHub issue

Hi. 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:open
  • Created 3 years ago
  • Reactions:15
  • Comments:15

github_iconTop GitHub Comments

4reactions
numetrixcommented, Apr 27, 2020

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

3reactions
tobiornottobicommented, Jun 28, 2020

That seems a very serious bug to me

I would call the plugin completely broken. On numerous OSes, numerous current versions of Pycharm, the plug-in does nothing.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found