[96a5a0]: / pyproject.toml

Download this file

15 lines (12 with data), 282 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
[tool.black]
line-length = 88
target-version = ["py313"]
[tool.isort]
profile = "black"
src_paths = ["src", "scripts"]
[tool.commitizen]
name = "cz_conventional_commits"
tag_format = "$version"
version_scheme = "pep440"
version_provider = "pep621"
update_changelog_on_bump = true