Update mypy.yml

This commit is contained in:
jdegenstein 2025-12-03 10:30:17 -06:00 committed by GitHub
parent 621658b1af
commit 417fa8bae2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,6 +20,7 @@ jobs:
uses: ./.github/actions/setup
with:
python-version: ${{ matrix.python-version }}
optional-dependencies: "development,stubs"
- name: Typecheck
run: |