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)
.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 =