From: Adam King <47704447+adk3798@users.noreply.github.com> Date: Wed, 24 Apr 2024 15:28:52 +0000 (-0400) Subject: Merge pull request #56527 from adk3798/squid-tox-default-envs X-Git-Tag: testing/wip-yuriw-testing-20240501.200505-squid~16 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e8957987a092b683d2b9f957dac373e95ffb5007;p=ceph-ci.git Merge pull request #56527 from adk3798/squid-tox-default-envs squid: python: allow unit tests to use tox default envs Reviewed-by: John Mulligan --- e8957987a092b683d2b9f957dac373e95ffb5007 diff --cc src/cephadm/tox.ini index 7198c1139ee,965592e371d..86d2c289c76 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@@ -1,10 -1,12 +1,12 @@@ [tox] envlist = - py3 - mypy - fix flake8 + mypy + check-black + py3 skipsdist = true + # REMINDER: run `tox -e format-black` to apply black formatting + # with the exact same specs as `check-black` expects. [flake8] max-line-length = 100