[UPD] black: reduce max length to 79 char and experimental-string-processing

This commit is contained in:
Mathieu Benoit 2021-05-23 21:10:00 -04:00
parent bfd7826492
commit 41e645d3fa

View file

@ -2,4 +2,4 @@
# This will format all python file
# argument 1: directory or file to format
source ./.venv/bin/activate
black -l 100 -t py37 $@
black -l 79 --experimental-string-processing -t py37 $@