Skip to content

Commit

Permalink
Use oldest supported Python in mypy pre-commit checks
Browse files Browse the repository at this point in the history
Follow up to pytest-dev#12744, this ensures type checking works at the oldest Python version supported by pytest.
  • Loading branch information
nicoddemus committed Aug 29, 2024
1 parent c947145 commit 2ffb296
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ repos:
- id: mypy
files: ^(src/|testing/|scripts/)
args: []
language_version: "3.8"
additional_dependencies:
- iniconfig>=1.1.0
- attrs>=19.2.0
Expand Down

0 comments on commit 2ffb296

Please sign in to comment.