Skip to content

Commit 21e9e48

Browse files
committed
mypy...
1 parent 5794282 commit 21e9e48

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ modbus4mqtt = "modbus4mqtt.modbus4mqtt:main"
3939

4040
[tool.setuptools.packages.find]
4141
exclude = ["tests"]
42+
43+
[tool.mypy]
44+
exclude = [
45+
".venv",
46+
"build",
47+
]

0 commit comments

Comments
 (0)