Skip to content

Commit

Permalink
🧪 Add a MyPy run against Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Aug 26, 2024
1 parent dd707ff commit cab1ff2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ repos:
rev: v1.11.2
hooks:
- id: mypy
alias: mypy-py312
name: MyPy, for Python 3.12
alias: mypy-py313
name: MyPy, for Python 3.13
additional_dependencies:
- .
- attrs
Expand All @@ -148,16 +148,16 @@ repos:
- tests
pass_filenames: false
- id: mypy
alias: mypy-py310
name: MyPy, for Python 3.10
alias: mypy-py311
name: MyPy, for Python 3.11
additional_dependencies:
- .
- attrs
- types-PyYAML
args:
- --namespace-packages
- --pretty
- --python-version=3.10
- --python-version=3.11
- --show-column-numbers
- --show-error-codes
- --show-error-context
Expand All @@ -168,16 +168,16 @@ repos:
- tests
pass_filenames: false
- id: mypy
alias: mypy-py38
name: MyPy, for Python 3.8
alias: mypy-py39
name: MyPy, for Python 3.9
additional_dependencies:
- .
- attrs
- types-PyYAML
args:
- --namespace-packages
- --pretty
- --python-version=3.8
- --python-version=3.9
- --show-column-numbers
- --show-error-codes
- --show-error-context
Expand Down

0 comments on commit cab1ff2

Please sign in to comment.