summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 448a4e3db61214bdd5b5824d1e30b54e1ba80cff (plain)
1
2
3
4
5
6
7
8
9
[tool.isort]
profile = "black"
multi_line_output = 3
order_by_type = false

[tool.semantic_release]
version_variable = "gitlab/__version__.py:__version__"
commit_subject = "chore: release v{version}"
commit_message = ""