summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 3cb6dcf2bb152f79d4705fe36549e7277f80ff56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]
build-backend = "setuptools.build_meta"

# Do not uncomment the line below. We need to be able to override the version via a file, and this
# causes the "version" key in setup.cfg to be ignored.
# [tool.setuptools_scm]

[tool.black]
line-length = 160
fast = true
skip-string-normalization = true
extend-exclude = "awx_collection"