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 a3ca847 commit 1dc6060Copy full SHA for 1dc6060
.pre-commit-config.yaml
@@ -33,7 +33,7 @@ repos:
33
- id: prettier
34
stages: [manual]
35
- repo: https://github.com/pre-commit/mirrors-mypy
36
- rev: "v1.7.0"
+ rev: "v1.7.1"
37
hooks:
38
- id: mypy
39
files: ^(gios)/.+\.py$
requirements-test.txt
@@ -1,6 +1,6 @@
1
aioresponses==0.7.6
2
coverage==7.3.2
3
-mypy==1.7.0
+mypy==1.7.1
4
pytest-asyncio==0.21.1
5
pytest-cov==4.1.0
6
pytest-error-for-skips==2.0.2
0 commit comments