File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ repos:
43
43
- id : mdformat
44
44
additional_dependencies :
45
45
- mdformat-gfm
46
- - repo : https://github.com/pre-commit/mirrors-mypy
47
- rev : v1.10.0
46
+ - repo : local
48
47
hooks :
49
- - id : mypy
50
- exclude : ' tests/|conftest.py'
51
- additional_dependencies :
52
- - pydantic
53
- - types-setuptools
54
- - types-requests
48
+ - id : mypy-local
49
+ name : run mypy with all dev dependencies present
50
+ # exclude: 'tests/|conftest.py'
51
+ entry : python -m mypy -p web3
52
+ language : system
53
+ always_run : true
54
+ pass_filenames : false
55
55
- repo : https://github.com/PrincetonUniversity/blocklint
56
56
rev : v0.2.5
57
57
hooks :
Original file line number Diff line number Diff line change 11
11
"flaky>=3.7.0" ,
12
12
"hypothesis>=3.31.2" ,
13
13
"ipython" ,
14
+ "mypy==1.10.0" ,
14
15
"pre-commit>=3.4.0" ,
15
16
"pytest-asyncio>=0.21.2,<0.23" ,
16
17
"pytest-mock>=1.10" ,
You can’t perform that action at this time.
0 commit comments