Skip to content

Commit 4e42325

Browse files
cephadm: add format-black reminder comment
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 <[email protected]>
1 parent a92c2a4 commit 4e42325

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/cephadm/tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ envlist =
55
check-black
66
py3
77
skipsdist = true
8+
# REMINDER: run `tox -e format-black` to apply black formatting
9+
# with the exact same specs as `check-black` expects.
810

911
[flake8]
1012
max-line-length = 100

0 commit comments

Comments
 (0)