Skip to content

Commit 864b8f4

Browse files
committed
Add black dependency
1 parent 3fda299 commit 864b8f4

File tree

2 files changed

+98
-2
lines changed

2 files changed

+98
-2
lines changed

cmdexec/clients/python/poetry.lock

Lines changed: 93 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,15 @@ pandas = "^1.3.0"
1616
[tool.poetry.dev-dependencies]
1717
pytest = "^7.1.2"
1818
mypy = "^0.950"
19+
black = "^22.3.0"
1920

2021
[build-system]
2122
requires = ["poetry-core>=1.0.0"]
2223
build-backend = "poetry.core.masonry.api"
2324

2425
[tool.mypy]
2526
ignore_missing_imports = "true"
26-
exclude = ['ttypes\.py$', 'TCLIService\.py$']
27+
exclude = ['ttypes\.py$', 'TCLIService\.py$']
28+
29+
[tool.black]
30+
exclude = '/(\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|\.svn|_build|buck-out|build|dist|thrift_api)/'

0 commit comments

Comments
 (0)