build(deps): Add black as a developer dependency
This commit is contained in:
@@ -17,9 +17,13 @@ dependencies = [
|
||||
]
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
black = "^25.1.0"
|
||||
commitizen = "^4.8.0"
|
||||
pre-commit = "^4.2.0"
|
||||
|
||||
[tool.black]
|
||||
line-length = 120
|
||||
|
||||
[tool.commitizen]
|
||||
name = "cz_conventional_commits"
|
||||
tag_format = "$version"
|
||||
|
||||
Reference in New Issue
Block a user