From 2ec3adec2359a0a30ec86bbe798e44d91a1b4b2d Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 19 Mar 2024 13:43:09 -0400 Subject: [PATCH] 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 (cherry picked from commit a92c2a47dd9afffb5a6aa9d1e29c788ee0141526) --- src/cephadm/tox.ini | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 4871c186b3e..bfd8618a179 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 = -- 2.47.3