You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This allows us to do per-file overrides in pyproject.toml, as was
previously only possible in a separate mypy.ini
At the same time, refine the configuration as follows:
- check the list of options for `--strict` under the current `mypy`
version, and expand our config
- comment out, with notes, the new checks which fail
- note warn_unreachable as not being part of strict mode
- slightly tweak tox.ini to make it easier to test these sorts of
changes and iterate
0 commit comments