Skip to content

Commit

Permalink
Work around python/mypy#18216
Browse files Browse the repository at this point in the history
  • Loading branch information
khaeru committed Dec 17, 2024
1 parent 06d6f5a commit 94e4251
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,5 @@ jobs:
lookup-only: ${{ github.event_name == 'schedule' }}
# lookup-only: true
- name: Run pre-commit
run: uvx --python=3.13 pre-commit run --all-files --show-diff-on-failure --color=always
# TEMPORARY Use Python 3.12 to avoid https://github.com/python/mypy/issues/18216
run: uvx --python=3.12 pre-commit run --all-files --show-diff-on-failure --color=always

0 comments on commit 94e4251

Please sign in to comment.