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 4c005b2 commit 64015ccCopy full SHA for 64015cc
pyproject.toml
@@ -82,6 +82,8 @@ disallow_untyped_decorators = true
82
# Third party libraries without type stubs
83
[[tool.mypy.overrides]]
84
module = [
85
+ "simple_httpfs.__init__",
86
+ "simple_httpfs.__main__",
87
"diskcache.*",
88
"fuse.*",
89
]
0 commit comments