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
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
[build-system]
|
||||
requires = ["pbr>=6.0.0", "setuptools>=64.0.0"]
|
||||
build-backend = "pbr.build"
|
||||
|
||||
[tool.autopep8]
|
||||
aggressive = 3
|
||||
in-place = true
|
||||
recursive = true
|
||||
|
||||
|
Reference in New Issue
Block a user