<#18852 Pants doesn't respect exclude option in th...
# github-notifications
c
#18852 Pants doesn't respect exclude option in the mypy config Issue created by CrazyUmka Describe the bug For example, you have next structure of repo: • src/python • project • package/**/*.py • tests/**/test_*.py • pyproject.toml • pants.toml • pyproject.toml If you describe the section
[tool.mypy]
with option
exclude = ["tests"]
in root file
pyproject.toml
, pants will ignore the option when goal check is called. Pants version Which version of Pants are you using? 2.15 OS Are you encountering the bug on MacOS, Linux, or both? both Additional info Add any other information about the problem here, such as attachments or links to gists, if relevant. pantsbuild/pants