Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update
mypy
and run it on all the files
Running `mypy` only on the changed files is the wrong thing to do, as typing changes in one file can have an effect on upstream code that imports said file. Apart from removing that file filtering, this also updates the `setup-python` GHA, and `mypy` itself.
- Loading branch information