Files
nova/pyproject.toml
Sean Mooney ebd75760e1 Allow autopep8 to fix more things
Currently this does nothing because there are
no addtional things in nova for it to fix.

What this change really does is allow autopep8
to fix more things for you before you commit.

Even in aggressive mode autopep8 is a very conservative
code formatter so this is safe to enable.
https://pypi.org/project/autopep8/#toc-entry-4

Change-Id: I4c5205feb87f99cf7a9bb4a5651f3c5a25ba9f0d
2025-05-08 23:50:44 +01:00

10 lines
157 B
TOML

[build-system]
requires = ["pbr>=6.0.0", "setuptools>=64.0.0"]
build-backend = "pbr.build"
[tool.autopep8]
aggressive = 3
in-place = true
recursive = true