Skip to content

Commit 4ccd2bd

Browse files
Shresth79fselmo
authored andcommitted
Align isort skip path
1 parent 1bccdd6 commit 4ccd2bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ multi_line_output = 3
1515
profile = "black"
1616
use_parentheses = true
1717
# skip `__init__.py` files because sometimes order of initialization is important
18-
skip="__init__.py,web3/main.py,web3/utils/windows.py"
18+
skip="__init__.py,web3/main.py,web3/_utils/windows.py"
1919

2020
[tool.mypy]
2121
check_untyped_defs = true

0 commit comments

Comments
 (0)