Conversation
|
Yes, I am too seeing a colon now. Thanks for fixing this. As for the Running: mypy --ignore-missing-imports --follow-imports=silent --show-column-numbers ./tests/__init__.py ./tests/test_python_code.py ./tests/subtest/subtest_python_code.py
Error: tests/subtest/subtest_python_code.py:5:8: error: invalid syntax
Found 1 error in 1 file (errors prevented further checking)
mypy errorJust to be clear, without |
Sorry that was a false alarm. I didn't use this action as-is, since I already had a CI setup and didn't want to change how the tests were actually run I just copied the So I don't have any evidence of your snippet above not working. |
|
OK, I am merging this. |
There's (now) a colon after the filepath. I also had to use
--show-absolute-pathwhen calling mypy.