Skip to content

Commit e3df1ee

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

File tree

2 files changed

+1
-85
lines changed

2 files changed

+1
-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: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ codecov = "*"
7979
coverage = "*"
8080

8181
### Lint ###
82-
black = "*"
8382
ruff = "*"
8483
mypy = "*"
8584
types-colorama = "*"
@@ -106,7 +105,6 @@ docs = [
106105
test = ["pytest", "pytest-rerunfailures", "pytest-mock", "pytest-watcher"]
107106
coverage = ["codecov", "coverage", "pytest-cov"]
108107
lint = [
109-
"black",
110108
"ruff",
111109
"mypy",
112110
"types-colorama",

0 commit comments

Comments
 (0)