mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
update for sjfmt 201904.10b0
This commit is contained in:
parent
b893995cbc
commit
ae8baa541e
1 changed files with 4 additions and 1 deletions
5
makefile
5
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/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue