Skip to content

Commit 10c0c95

Browse files
authored
Update tox.ini
1 parent f68e281 commit 10c0c95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)