Skip to content

Commit

Permalink
Merge pull request #3277 from pygame-community/add-all-to-stubs
Browse files Browse the repository at this point in the history
Fix mypy to 1.13.0 to avoid __all__ duplication
  • Loading branch information
ankith26 authored Dec 30, 2024
2 parents a8c2997 + 59b0d36 commit be903f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu-sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Test typestubs
run: |
pip3 install mypy
pip3 install mypy==1.13.0
python3 buildconfig/stubs/stubcheck.py
# We upload the generated files under github actions assets
Expand Down

0 comments on commit be903f9

Please sign in to comment.