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 5794282 commit 21e9e48Copy full SHA for 21e9e48
1 file changed
pyproject.toml
@@ -39,3 +39,9 @@ modbus4mqtt = "modbus4mqtt.modbus4mqtt:main"
39
40
[tool.setuptools.packages.find]
41
exclude = ["tests"]
42
+
43
+[tool.mypy]
44
+exclude = [
45
+ ".venv",
46
+ "build",
47
+]
0 commit comments