mypy config in pyproject.toml #10259
daniellepintz
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In pyproject.toml, why do we specify files and directories for which mypy
ignore_errors = "True"
and also files and directories for which mypyignore_errors = "False"
? Don't we just need one theignore_errors = "True"
and the rest of the files can be checked? or vice versa?https://github.com/PyTorchLightning/pytorch-lightning/blob/9d136a9fc5e9f1647b267f386cd077d344592bed/pyproject.toml#L40-L94
Beta Was this translation helpful? Give feedback.
All reactions