Skip to content

Commit d3416e5

Browse files
committed
Add mypy specification. Ignore generated files.
1 parent 06d2be8 commit d3416e5

File tree

2 files changed

+96
-1
lines changed

2 files changed

+96
-1
lines changed

cmdexec/clients/python/poetry.lock

Lines changed: 91 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmdexec/clients/python/pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ pandas = "^1.3.0"
1515

1616
[tool.poetry.dev-dependencies]
1717
pytest = "^7.1.2"
18+
mypy = "^0.950"
1819

1920
[build-system]
2021
requires = ["poetry-core>=1.0.0"]
2122
build-backend = "poetry.core.masonry.api"
23+
24+
[tool.mypy]
25+
ignore_missing_imports = "true"
26+
exclude = ['ttypes\.py$', 'TCLIService\.py$']

0 commit comments

Comments
 (0)