mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 15:02:07 -03:30
12 lines
202 B
TOML
12 lines
202 B
TOML
[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]
|