Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pre-commit: exclude mypy for all tests (#6639)
Not worth to have strict type check by mypy for tests/* . Keeping a static type checker still would improve readability, but it also increases the development time, especially for tests that goes the expected path of the logic. Lose up on readability for tests can speed up development time.
- Loading branch information