Makefile: add diff output for python linter if there are some warnings

This commit is contained in:
Ivan Zorin
2025-03-19 23:50:48 +03:00
parent 61f5211d3a
commit bd15926e6a

View File

@@ -164,7 +164,7 @@ test-py:
@echo "---- Checking python code... ----"
@echo ""
flake8 Translations
black --check Translations
black --diff --check Translations
@$(MAKE) -C source/ Objects/host/brieflz/libbrieflz.so
./Translations/brieflz_test.py
./Translations/make_translation_test.py