File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -79,12 +79,23 @@ test/static: dependencies
7979 ${RUNTIME_TOOL} -m flake8 --verbose src/
8080 ${RUNTIME_TOOL} -m pyright --verbose src/
8181
82- test/styling : dependencies
82+
83+ test/styling/json : dependencies
84+ prettier --check ./src/** /* .json
85+
86+ test/styling/sources : dependencies
8387 ${RUNTIME_TOOL} -m pycodestyle --statistics src/
8488
85- format :
89+ test/styling : dependencies test/styling/sources test/styling/json
90+
91+ format/json :
92+ prettier --write ./src/** /* .json
93+
94+ format/sources :
8695 ${RUNTIME_TOOL} -m autopep8 --in-place --recursive --aggressive --aggressive --verbose src/
8796
97+ format : format/sources format/json
98+
8899build : env
89100 rsync -av --prune-empty-dirs \
90101 --exclude '*_test.py' \
You can’t perform that action at this time.
0 commit comments