]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.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)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 20 Mar 2024 15:07:10 +0000 (11:07 -0400)
The cephadm tree has dropped autopep8 in favor of black. Remove this
unused config section.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/cephadm/tox.ini

index a6b2601c76e2212731ca85560fd49c0e309851ae..106879b02f5a9241d88dc535e16d76a94fad9db2 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 =