[FIX] makefile format ERPLibre_erplibre_theme_addons
This commit is contained in:
parent
f8ebdd5076
commit
942cfb6657
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -681,9 +681,9 @@ format_erplibre_addons:
|
||||||
.venv/bin/isort --profile black -l 79 ./addons/ERPLibre_erplibre_addons/
|
.venv/bin/isort --profile black -l 79 ./addons/ERPLibre_erplibre_addons/
|
||||||
./script/maintenance/black.sh ./addons/ERPLibre_erplibre_addons/
|
./script/maintenance/black.sh ./addons/ERPLibre_erplibre_addons/
|
||||||
#./script/maintenance/prettier_xml.sh ./addons/ERPLibre_erplibre_addons/
|
#./script/maintenance/prettier_xml.sh ./addons/ERPLibre_erplibre_addons/
|
||||||
.venv/bin/isort --profile black -l 79 ./addons/ERPLibre_erplibre_themes_addons/
|
.venv/bin/isort --profile black -l 79 ./addons/ERPLibre_erplibre_theme_addons/
|
||||||
./script/maintenance/black.sh ./addons/ERPLibre_erplibre_themes_addons/
|
./script/maintenance/black.sh ./addons/ERPLibre_erplibre_theme_addons/
|
||||||
#./script/maintenance/prettier_xml.sh ./addons/ERPLibre_erplibre_themes_addons/
|
#./script/maintenance/prettier_xml.sh ./addons/ERPLibre_erplibre_theme_addons/
|
||||||
|
|
||||||
.PHONY: format_code_generator_template
|
.PHONY: format_code_generator_template
|
||||||
format_code_generator_template:
|
format_code_generator_template:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue