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
#5171 upgraded mypy to the latest version and changed it to run it on the entire codebase. This ticket is to turn on the --strict flag which dramatically increases the enforced level of code quality.
This will take a large effort to convert the existing code to comply with the strict flag, and should be done iteratively where possible. One strategy would be to run mypy in CI twice: once on as we currently do, and once with the strict flag on a small subset of the codebase that can be expanded with subsequent PRs. Following Imports may make this strategy limiting.
The text was updated successfully, but these errors were encountered:
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days.
#5171 upgraded mypy to the latest version and changed it to run it on the entire codebase. This ticket is to turn on the
--strict
flag which dramatically increases the enforced level of code quality.This will take a large effort to convert the existing code to comply with the strict flag, and should be done iteratively where possible. One strategy would be to run mypy in CI twice: once on as we currently do, and once with the strict flag on a small subset of the codebase that can be expanded with subsequent PRs. Following Imports may make this strategy limiting.
The text was updated successfully, but these errors were encountered: