Skip to content

Commit 4711020

Browse files
committed
Configure importcheck
1 parent db789ff commit 4711020

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
@@ -9,10 +9,12 @@ description = "Substitute for \"pytest-mypy-plugins\" for Python implementations
99
readme = "README.rst"
1010
keywords = []
1111
dynamic = [ "requires-python", "classifiers", "dependencies",]
12+
1213
[[project.authors]]
1314
email = "dominic@davis-foster.co.uk"
1415
name = "Dominic Davis-Foster"
1516

17+
1618
[project.license]
1719
file = "LICENSE"
1820

@@ -22,6 +24,7 @@ Homepage = "https://github.com/python-coincidence/pytest-mypy-plugins-shim"
2224
"Source Code" = "https://github.com/python-coincidence/pytest-mypy-plugins-shim"
2325

2426
[tool.importcheck]
27+
always = ["pytest_mypy_plugins_shim"]
2528

2629
[project.entry-points.pytest11]
2730
pytest-mypy-plugins-shim = "pytest_mypy_plugins_shim"

0 commit comments

Comments
 (0)