Skip to content

Commit 64d16d1

Browse files
tox: stick to black 2023 style for now
Signed-off-by: John Mulligan <[email protected]>
1 parent 7c65fdd commit 64d16d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ allowlist_externals =
5050
[testenv:formatting]
5151
deps =
5252
flake8
53-
black>=21.8b0, <23.11
53+
black>=23, <24
5454
commands =
5555
flake8 sambacc tests
5656
black --check -v .
5757

5858
[testenv:schemacheck]
5959
deps =
60-
black>=21.8b0, <23.11
60+
black>=23, <24
6161
PyYAML
6262
commands =
6363
python -m sambacc.schema.tool

0 commit comments

Comments
 (0)