python-lint icon indicating copy to clipboard operation
python-lint copied to clipboard

Mypy issue with default path

Open triat opened this issue 4 years ago • 3 comments

Hi,

I'm getting . is not a valid Python package name while running mypy with the default settings. Is it a known issue?

if I do the same command on my local machine, this does work perfectly.

triat avatar Apr 10 '21 15:04 triat

Hey @triat, how's it going?

It seems to me that this directory has no .py or __init __. Py files Can you confirm that this file exists?

ricardochaves avatar Apr 25 '21 14:04 ricardochaves

I think it does, I've changed the way it works now and I'm manually doing the commands. This is weird as I have copied the command that you use and simply by running them it works.

triat avatar Apr 26 '21 15:04 triat

I added how we can test the action locally in README.md. Could you try and post the results here, please? Sorry for the delay in responding, but I believe I will start to have more time now.

ricardochaves avatar Apr 29 '21 00:04 ricardochaves