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 1bccdd6 commit 4ccd2bdCopy full SHA for 4ccd2bd
pyproject.toml
@@ -15,7 +15,7 @@ multi_line_output = 3
15
profile = "black"
16
use_parentheses = true
17
# skip `__init__.py` files because sometimes order of initialization is important
18
-skip="__init__.py,web3/main.py,web3/utils/windows.py"
+skip="__init__.py,web3/main.py,web3/_utils/windows.py"
19
20
[tool.mypy]
21
check_untyped_defs = true
0 commit comments