Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disables --warn-unused-ignore flag for mypy (#10880)
There is a problem with MyPy's implementation of --warn-unused-ignore flag, that depending on it's incremental or full run it will sometimes throw an "unused ignore" error (entirely randomly it seems). The problem is described (but only workarounded) in python/mypy#2960. The workaround is to disable --warn-unused-ignore flag. There is little harm in having unused ignores and we can clean them up from time to time easily. GitOrigin-RevId: d93c1fdb26aba280d907ef431bae6c9984155a9c
- Loading branch information