Skip to content

Commit 2a95f57

Browse files
committed
Re-enable type checks.
1 parent 4fe584b commit 2a95f57

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

importlib_resources/tests/test_files.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ def test_non_paths_in_dunder_path(self):
7070
to cause the ``PathEntryFinder`` to be called when searching
7171
for packages. In that case, resources should still be loadable.
7272
"""
73-
import namespacedata01
73+
import namespacedata01 # type: ignore[import-not-found]
7474

7575
namespacedata01.__path__.append(
7676
'__editable__.sample_namespace-1.0.finder.__path_hook__'

pyproject.toml

-4
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,3 @@ type = [
7474

7575

7676
[tool.setuptools_scm]
77-
78-
79-
[tool.pytest-enabler.mypy]
80-
# Disabled due to jaraco/skeleton#143

0 commit comments

Comments
 (0)