Skip to content

Commit

Permalink
Update .pre-commit-config.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallinteris-Andreas authored Oct 16, 2024
1 parent b5a7525 commit 688833e
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 @@ -72,5 +72,5 @@ repos:
rev: 'v1.12.0' # Use the sha / tag you want to point at
hooks:
- id: mypy
args: [--strict, --ignore-missing-imports]
args: [--strict, --ignore-missing-imports, --python-version=3.8]
additional_dependencies: [tokenize-rt==3.2.0]

0 comments on commit 688833e

Please sign in to comment.