From ae8baa541ebb55191bd35431d5545a5ac049363e Mon Sep 17 00:00:00 2001 From: Manuel Barkhau Date: Tue, 9 Jul 2019 08:22:54 +0200 Subject: [PATCH] update for sjfmt 201904.10b0 --- makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 1d11a8c..ed0263c 100644 --- a/makefile +++ b/makefile @@ -364,7 +364,10 @@ test: ## Run code formatter on src/ and test/ .PHONY: 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/