Skip to content

Commit 13707e2

Browse files
committed
Fix pkg_resources types
1 parent 4c81894 commit 13707e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,6 @@ git_describe_command = ["sh", "-c", "tag=$(git tag | grep -v '-' | sort | tail -
4242

4343
[tool.setuptools.packages.find]
4444
include = ["ssg*"]
45+
46+
[tool.mypy-pkg_resources]
47+
ignore_errors = true

0 commit comments

Comments
 (0)