Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable strict mypy checking in pyproject.toml
Added new settings under `[tool.mypy]` in the `pyproject.toml` file to enable strict type checking. These changes will now warn of unreachable code, show pretty output, column numbers, error codes, and error context to improve development productivity and code health.
- Loading branch information