ricardochaves / python-lint

GitHub Action for Lint your code
MIT License
92 stars 41 forks source link

Mypy issue with default path #13

Open triat opened 3 years ago

triat commented 3 years ago

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.

ricardochaves commented 3 years ago

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?

triat commented 3 years ago

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.

ricardochaves commented 3 years ago

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.