leinardi / mypy-pycharm

A plugin providing both real-time and on-demand scanning of Python files with Mypy from within PyCharm/IDEA.
Apache License 2.0
194 stars 31 forks source link

Ability to see the command line being passed to mypy #20

Open uglycoyote opened 6 years ago

uglycoyote commented 6 years ago

Is your feature request related to a problem? Please describe.

I'm having issues where your PyCharm mypy plugin fails to report some errors that are successfully reported by the running mypy on the command line (issue #21).

Describe the solution you'd like

I'd like it if there was a way to see the command line that's being passed to mypy, to make sure that I understand what it is doing compared with running mypy manually on the command line. There are several different options in the plugin (running on file vs module vs project) and it's not clear how those all work or why they might give different output than running directly on the command line.

leinardi commented 6 years ago

Hi @uglycoyote, sure, I will add a new checkbox inside the settings to print in the event log the the command line string.

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had activity in the last 60 days.

mindrunner commented 1 year ago

Hi @uglycoyote, sure, I will add a new checkbox inside the settings to print in the event log the the command line string.

4 Years passed by. I cannot find this feature somewhere. Assuming, this project was abandoned?

leinardi commented 1 year ago

It's more on maintenance mode. No time to implement new features. PRs are welcome.