Skip to content

Commit 5dc25a9

Browse files
committed
Apply suggestion from @kratsg
1 parent e28031d commit 5dc25a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ repos:
6565
['numpy', 'types-tqdm', 'click', 'types-jsonpatch', 'types-pyyaml', 'types-jsonschema', 'importlib_metadata', 'packaging']
6666
args: ["--python-version=3.10"]
6767
- <<: *mypy
68-
name: mypy with Python 3.12
69-
args: ["--python-version=3.12"]
68+
name: mypy with Python 3.13
69+
args: ["--python-version=3.13"]
7070

7171
- repo: https://github.com/codespell-project/codespell
7272
rev: v2.3.0

0 commit comments

Comments
 (0)