[UPD] black: reduce max length to 79 char and experimental-string-processing
This commit is contained in:
parent
bfd7826492
commit
41e645d3fa
1 changed files with 1 additions and 1 deletions
|
|
@ -2,4 +2,4 @@
|
||||||
# This will format all python file
|
# This will format all python file
|
||||||
# argument 1: directory or file to format
|
# argument 1: directory or file to format
|
||||||
source ./.venv/bin/activate
|
source ./.venv/bin/activate
|
||||||
black -l 100 -t py37 $@
|
black -l 79 --experimental-string-processing -t py37 $@
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue