Skip to content

Commit

Permalink
Ensure correct python version for mypy
Browse files Browse the repository at this point in the history
Co-authored-by: Harry Saunders <[email protected]>
  • Loading branch information
DanShort12 and hsaunders1904 authored Oct 18, 2023
1 parent 90f42f8 commit 4bec026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ repos:
rev: v1.5.1
hooks:
- id: mypy
args: ['--ignore-missing', '--python-version', '3.8']
args: ['--ignore-missing', '--python-version', '3.10']

0 comments on commit 4bec026

Please sign in to comment.