/ components / paddock / pyproject.toml
pyproject.toml
 1  [project]
 2  authors = [
 3    "Marcel Hild <durandom@b4mad.net>",
 4  ]
 5  description = "This is the #B4mad Racing Paddock."
 6  license = {text = "GPL-3.0-or-later"}
 7  name = "paddock"
 8  readme = "README.md"
 9  version = "0.6.1-rc3"
10  
11  [tool.isort]
12  default_section = "THIRDPARTY"
13  known_first_party = ["paddock", "telemetry"]
14  known_third_party = []
15  line_length = 128
16  multi_line_output = 3
17  profile = "black"
18  
19  [tool.black]
20  include = '\.pyi?$'
21  line-length = 128
22  
23  [tool.commitizen]
24  major_version_zero = true
25  name = "cz_emoji"
26  tag_format = "v$version"
27  update_changelog_on_bump = true
28  version_provider = "pep621"
29  version_scheme = "semver"