Skip to content

Commit 6248f4f

Browse files
phlogistonjohnmergify[bot]
authored andcommitted
tox: set a max version for black temporarily
Set a temporary maximum version for black as the newest release(es) are finding problems with code that has not been recently changed. Signed-off-by: John Mulligan <[email protected]>
1 parent 47357b2 commit 6248f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ allowlist_externals =
5050
[testenv:formatting]
5151
deps =
5252
flake8
53-
black>=21.8b0
53+
black>=21.8b0, <23.11
5454
commands =
5555
flake8 sambacc tests
5656
black --check -v .

0 commit comments

Comments
 (0)