Skip to content

Commit 847a8ff

Browse files
committed
mypy: Update to version 1.13.0
1 parent fde2f22 commit 847a8ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: isort
2020
- repo: https://github.com/pre-commit/mirrors-mypy
21-
rev: "v1.10.0"
21+
rev: "v1.13.0"
2222
hooks:
2323
- id: mypy
2424
- repo: https://github.com/adrienverge/yamllint

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def read(path: str) -> str:
7979
"black==22.3.0",
8080
"flake8==3.8.4",
8181
"isort==5.12.0",
82-
"mypy==1.10.0",
82+
"mypy==1.13.0",
8383
],
8484
},
8585
python_requires=">=3.8",

0 commit comments

Comments
 (0)