Skip to content

Commit

Permalink
Stricter type-checking for fsspec.caching and fsspec.utils
Browse files Browse the repository at this point in the history
  • Loading branch information
alanhdu committed Oct 18, 2023
1 parent a00afa9 commit 322bf74
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ warn_unused_ignores = True

# don't bother type-checking test_*.py or conftest.py files
exclude = (test.*|conftest)\.py$

# TODO: turn on globally once we type enough of fsspec
[mypy-fsspec.caching]
check_untyped_defs = True

[mypy-fsspec.utils]
check_untyped_defs = True

0 comments on commit 322bf74

Please sign in to comment.