From: John Mulligan Date: Tue, 19 Mar 2024 17:43:09 +0000 (-0400) Subject: cephadm: remove stray config section for autopep8 X-Git-Tag: testing/wip-batrick-testing-20240411.154038~108^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=a92c2a47dd9afffb5a6aa9d1e29c788ee0141526;p=ceph-ci.git cephadm: remove stray config section for autopep8 The cephadm tree has dropped autopep8 in favor of black. Remove this unused config section. Signed-off-by: John Mulligan --- diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index a6b2601c76e..106879b02f5 100644 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@ -21,15 +21,6 @@ exclude = .eggs statistics = True -[autopep8] -addopts = - --max-line-length {[flake8]max-line-length} \ - --ignore "{[flake8]ignore}" \ - --exclude "{[flake8]exclude}" \ - --in-place \ - --recursive \ - --ignore-local-config - [testenv] skip_install=true deps =