Skip to content

Commit 93408de

Browse files
committed
chore: update mypy version
1 parent 000961b commit 93408de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ repos:
3434
args:
3535
- --fix
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.7.1
37+
rev: v1.18.2
3838
hooks:
3939
- id: mypy
4040
exclude: cli.py

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[mypy]
2+
python_version = 3.12
23
check_untyped_defs = True
34

45
[mypy-construct]

0 commit comments

Comments
 (0)