Skip to content
This repository was archived by the owner on Apr 2, 2025. It is now read-only.

Commit 8d53392

Browse files
author
Phil Varner
committed
configure mypy for 3.12
1 parent d269baa commit 8d53392

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
default_language_version:
2-
python: python3.12
31
repos:
42
- repo: https://github.com/pre-commit/pre-commit-hooks
53
rev: v5.0.0
@@ -21,6 +19,7 @@ repos:
2119
rev: v1.13.0
2220
hooks:
2321
- id: mypy
22+
args: [--python-version=3.12]
2423
files: ".*\\.py$"
2524
additional_dependencies:
2625
- types-pyRFC3339~=1.1.1

0 commit comments

Comments
 (0)