Skip to content

Commit

Permalink
Re-enable type checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 3, 2025
1 parent 4fe584b commit 2a95f57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion importlib_resources/tests/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_non_paths_in_dunder_path(self):
to cause the ``PathEntryFinder`` to be called when searching
for packages. In that case, resources should still be loadable.
"""
import namespacedata01
import namespacedata01 # type: ignore[import-not-found]

namespacedata01.__path__.append(
'__editable__.sample_namespace-1.0.finder.__path_hook__'
Expand Down
4 changes: 0 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,3 @@ type = [


[tool.setuptools_scm]


[tool.pytest-enabler.mypy]
# Disabled due to jaraco/skeleton#143

0 comments on commit 2a95f57

Please sign in to comment.