Skip to content

Commit 9dc6045

Browse files
committed
Stricter type-checking for fsspec.caching and fsspec.utils
1 parent f796d67 commit 9dc6045

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

setup.cfg

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,10 @@ warn_unused_ignores = True
5252

5353
# don't bother type-checking test_*.py or conftest.py files
5454
exclude = (test_.*|conftest)\.py$
55+
56+
# TODO: turn on globally once we type enough of fsspec
57+
[mypy-fsspec.caching]
58+
check_untyped_defs = True
59+
60+
[mypy-fsspec.utils]
61+
check_untyped_defs = True

0 commit comments

Comments
 (0)