We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0950251 commit 70fafa9Copy full SHA for 70fafa9
pyproject.toml
@@ -42,3 +42,7 @@ git_describe_command = ["sh", "-c", "tag=$(git tag | grep -v '-' | sort | tail -
42
43
[tool.setuptools.packages.find]
44
include = ["ssg*"]
45
+
46
+[[tool.mypy.overrides]]
47
+module = "pkg_resources"
48
+ignore_missing_imports = true
0 commit comments