We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde2f22 commit 847a8ffCopy full SHA for 847a8ff
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
hooks:
19
- id: isort
20
- repo: https://github.com/pre-commit/mirrors-mypy
21
- rev: "v1.10.0"
+ rev: "v1.13.0"
22
23
- id: mypy
24
- repo: https://github.com/adrienverge/yamllint
setup.py
@@ -79,7 +79,7 @@ def read(path: str) -> str:
79
"black==22.3.0",
80
"flake8==3.8.4",
81
"isort==5.12.0",
82
- "mypy==1.10.0",
+ "mypy==1.13.0",
83
],
84
},
85
python_requires=">=3.8",
0 commit comments