DM-45767: Move CollectionType definition up a level #5953
Workflow file for this run
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
name: Run mypy | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
call-workflow: | |
uses: lsst/rubin_workflows/.github/workflows/mypy.yaml@main | |
with: | |
# https://github.com/python/mypy/issues/17002 | |
mypy_package: mypy!=1.9.0 |