Skip to content

Commit 4b1c34d

Browse files
committed
build(deps): Remove black from dev dependencies
1 parent 6509995 commit 4b1c34d

File tree

2 files changed

+2
-85
lines changed

2 files changed

+2
-85
lines changed

poetry.lock

Lines changed: 1 addition & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ coverage = "*"
7373
pytest-cov = "*"
7474

7575
### Format ###
76-
black = "*"
7776
ruff = "*"
7877
mypy = "*"
7978

@@ -93,7 +92,7 @@ docs = [
9392
]
9493
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
9594
coverage = ["codecov", "coverage", "pytest-cov"]
96-
lint = ["black", "ruff", "mypy"]
95+
lint = ["ruff", "mypy"]
9796

9897
[tool.poetry.plugins.pytest11]
9998
libtmux = "libtmux.pytest_plugin"

0 commit comments

Comments
 (0)