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
79
79
${RUNTIME_TOOL} -m flake8 --verbose src/
80
80
${RUNTIME_TOOL} -m pyright --verbose src/
81
81
82
- test/styling : dependencies
82
+
83
+ test/styling/json : dependencies
84
+ prettier --check ./src/** /* .json
85
+
86
+ test/styling/sources : dependencies
83
87
${RUNTIME_TOOL} -m pycodestyle --statistics src/
84
88
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 :
86
95
${RUNTIME_TOOL} -m autopep8 --in-place --recursive --aggressive --aggressive --verbose src/
87
96
97
+ format : format/sources format/json
98
+
88
99
build : env
89
100
rsync -av --prune-empty-dirs \
90
101
--exclude '*_test.py' \
You can’t perform that action at this time.
0 commit comments