<#21572 mypy `check` ignores files that don't end ...
# github-notifications
c
#21572 mypy `check` ignores files that don't end with `.py` Issue created by aviau Describe the bug Consider the following BUILD file: python_sources( name="python-scripts", sources=[ "python-script-without-extension", ], ) The command
pants check ::
will not lint
python-script-without-extension
with mypy. However
format
will work. So I assume that this bug has to do with
check
and not with the python backend? Pants version •
2.22.0
pantsbuild/pants