1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-26 07:55:24 +03:00
awx/pyproject.toml
Shane McDonald a107bb684c Extend black excludes instead of overriding
By default it will ignore things in .gitignore, which we want
2022-09-02 15:11:45 -04:00

14 lines
404 B
TOML

[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"