Skip to content

Commit 64015cc

Browse files
committed
Skip mypy on __main__
1 parent 4c005b2 commit 64015cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ disallow_untyped_decorators = true
8282
# Third party libraries without type stubs
8383
[[tool.mypy.overrides]]
8484
module = [
85+
"simple_httpfs.__init__",
86+
"simple_httpfs.__main__",
8587
"diskcache.*",
8688
"fuse.*",
8789
]

0 commit comments

Comments
 (0)