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 4c4dd2d commit 7fe7947Copy full SHA for 7fe7947
test_suite.sh
@@ -37,7 +37,7 @@ FLAKE8OUT=`flake8`
37
reportvalidation "$FLAKE8OUT"; STATUS3=$?
38
39
echo -ne "$SECTION_PREFIX CHECK FORMATTING: "
40
-BLACKOUT=`black --skip-string-normalization ./ --check 2>&1`; STATUS4=$?
+BLACKOUT=`black --skip-string-normalization --line-length 99 ./ --check 2>&1`; STATUS4=$?
41
if [[ $BLACKOUT == "All done!"* ]]
42
then
43
echo "OK"
0 commit comments