Diff of /pyproject.toml [000000] .. [96a5a0]

Switch to unified view

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