summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 351a98ee3cb6d847b6dc39f13866864f23870796 (plain)
1
2
3
4
5
6
7
8
9
10
11
[tool.black]
line-length = 160
fast = true
skip-string-normalization = true
exclude = "awx_collection"

[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]


[tool.setuptools_scm]