Skip to content

Commit 21f2c65

Browse files
chore: enable ez-a-sync mypy plugin for more accurate async typing (#609)
1 parent 5e70b20 commit 21f2c65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ requires = [
2020

2121
[tool.mypy]
2222
exclude = ["build/","cache/","env/"]
23-
plugins = ["typed_envs.mypy_plugin"]
23+
plugins = ["typed_envs.mypy_plugin", "a_sync_mypy_plugin"]
2424

2525
[tool.black]
2626
line-length = 100

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dank_mids>=4.20.192
33
eth-brownie>=1.22.0.dev2,<1.23
44
eth_retry>=0.3.4,<1
55
evmspec>=0.4.1
6-
ez-a-sync>=0.33.10
6+
ez-a-sync>=0.34.0
77
faster-async-lru==2.0.5.3
88
faster-eth-utils
99
numpy<3

0 commit comments

Comments
 (0)