-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CI/Build] Improve mypy + python version matrix
The `mypy` CI job ran using multiple Python versions, though it was always checking for compatibility with Python 3.9 because of the config option in `pyproject.toml`. This change makes it so local usage of `format.sh` will still default to checking for compatibility with the lowest Python version (3.9). The CI job will now check for compatibility with each python version used in the matrix instead of only running `mypy` itself with different versions, but always checking 3.9 compatibility. Signed-off-by: Russell Bryant <[email protected]>
- Loading branch information
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters