Skip to content

Commit d01d2f0

Browse files
committed
Merge pull request godotengine#103937 from Chubercik/mypy-1.14.1
Revert `mypy` update (`1.15.0` -> `1.14.1`)
2 parents b404c5d + 1782c72 commit d01d2f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repos:
4848
types_or: [text]
4949

5050
- repo: https://github.com/pre-commit/mirrors-mypy
51-
rev: v1.15.0
51+
rev: v1.14.1 # Latest version that supports Python 3.8
5252
hooks:
5353
- id: mypy
5454
files: \.py$

0 commit comments

Comments
 (0)