We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f2a361 commit 35ddbf7Copy full SHA for 35ddbf7
tox.ini
@@ -126,12 +126,18 @@ commands = doc8
126
127
[testenv:black-format]
128
# Used during development (before committing) to format .py files.
129
+setenv =
130
+ LC_ALL=C.UTF-8
131
+ LANG=C.UTF-8
132
deps = black
133
commands =
134
black -l 100 ./
135
136
[testenv:black-check]
137
# Used by automated build steps to check that all files are properly formatted.
138
139
140
141
142
143
black -l 100 --check ./
0 commit comments