There was an error while loading. Please reload this page.
1 parent f68e281 commit 10c0c95Copy full SHA for 10c0c95
1 file changed
tox.ini
@@ -41,12 +41,12 @@ deps =
41
42
[testenv:format]
43
commands =
44
- black --skip-string-normalization .
+ black --preview --skip-string-normalization .
45
deps = black
46
47
[testenv:format-check]
48
49
- black --skip-string-normalization --check .
+ black --preview --skip-string-normalization --check .
50
51
52
0 commit comments