update for sjfmt 201904.10b0

This commit is contained in:
Manuel Barkhau 2019-07-09 08:22:54 +02:00
parent b893995cbc
commit ae8baa541e

View file

@ -364,7 +364,10 @@ test:
## Run code formatter on src/ and test/ ## Run code formatter on src/ and test/
.PHONY: fmt .PHONY: fmt
fmt: fmt:
@$(DEV_ENV)/bin/sjfmt --py36 --skip-string-normalization --line-length=100 \ @$(DEV_ENV)/bin/sjfmt \
--target-version=py36 \
--skip-string-normalization \
--line-length=100 \
src/ test/ src/ test/