]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
cephadm: add format-black reminder comment
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 19 Mar 2024 17:43:50 +0000 (13:43 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 20 Mar 2024 15:07:10 +0000 (11:07 -0400)
Add a comment to tox.ini for people who might not know about the
relatively new `check-black` and `format-black` envs. While check-black
is part of the default envlist (as it is read-only) someone may not
know about the read-write version `format-black`.

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

index 106879b02f5a9241d88dc535e16d76a94fad9db2..8ad1d297f3852fa276af3e19edc1368d9a60b7fc 100644 (file)
@@ -5,6 +5,8 @@ envlist =
     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