Skip to content

Commit

Permalink
chg: run mypy on current python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Nov 5, 2024
1 parent 3f53c31 commit 28ebdb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/mypy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:

runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]

Expand Down
1 change: 0 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ strict = True
warn_return_any = False
show_error_context = True
pretty = True
python_version = 3.9

[mypy-docs.source.*]
ignore_errors = True

0 comments on commit 28ebdb1

Please sign in to comment.