autopep8: Increase aggressive level

This commit is contained in:
Brian C. Lane 2023-08-04 12:23:06 -07:00 committed by Simon de Vlieger
parent c47850b8ae
commit 2047a8efbc
2 changed files with 5 additions and 1 deletions

View file

@ -50,7 +50,7 @@ deps =
autopep8==2.0.2
commands =
bash -c 'python -m autopep8 -r --diff --exit-code {env:LINTABLES}'
bash -c 'python -m autopep8 --diff --max-line-length 120 -a -a -a -j0 -r --exit-code {env:LINTABLES}'
[testenv:pylint]
deps =