]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: remove stray config section for autopep8
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 19 Mar 2024 17:43:09 +0000 (13:43 -0400)
committerAdam King <adking@redhat.com>
Wed, 27 Mar 2024 14:52:16 +0000 (10:52 -0400)
The cephadm tree has dropped autopep8 in favor of black. Remove this
unused config section.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
(cherry picked from commit a92c2a47dd9afffb5a6aa9d1e29c788ee0141526)

src/cephadm/tox.ini

index 4871c186b3e383d6484550fd118e99d43ec1ce88..bfd8618a1794a76256035dae257c51ae12bb8641 100644 (file)
@@ -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 =