Skip to content

Commit 250e54f

Browse files
committed
wrench(pyproject): no_implicit_reexport = false (temporarily)
1 parent 31b9428 commit 250e54f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ libtmux = "libtmux.pytest_plugin"
106106

107107
[tool.mypy]
108108
strict = true
109+
# Temporarily changed for dataclasses PR
110+
no_implicit_reexport = false
109111

110112
[build-system]
111113
requires = ["poetry_core>=1.0.0", "setuptools>50"]

0 commit comments

Comments
 (0)