build(deps): Add black as a developer dependency

This commit is contained in:
2025-05-21 11:50:33 +02:00
parent 1854849c68
commit 9d7f06530c
3 changed files with 98 additions and 1 deletions

View File

@@ -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"