Skip to content

Commit dcd9648

Browse files
authored
Update black command to use preview mode
1 parent dd2126e commit dcd9648

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
@@ -41,12 +41,12 @@ deps =
4141

4242
[testenv:format]
4343
commands =
44-
black --skip-string-normalization .
44+
black --preview --skip-string-normalization .
4545
deps = black
4646

4747
[testenv:format-check]
4848
commands =
49-
black --skip-string-normalization --check .
49+
black --preview --skip-string-normalization --check .
5050
deps = black
5151

5252

0 commit comments

Comments
 (0)