Skip to content

Commit 1dc6060

Browse files
authored
Bump mypy to version 1.7.1 (#268)
1 parent a3ca847 commit 1dc6060

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
@@ -33,7 +33,7 @@ repos:
3333
- id: prettier
3434
stages: [manual]
3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: "v1.7.0"
36+
rev: "v1.7.1"
3737
hooks:
3838
- id: mypy
3939
files: ^(gios)/.+\.py$

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aioresponses==0.7.6
22
coverage==7.3.2
3-
mypy==1.7.0
3+
mypy==1.7.1
44
pytest-asyncio==0.21.1
55
pytest-cov==4.1.0
66
pytest-error-for-skips==2.0.2

0 commit comments

Comments
 (0)