.github/push.yml: add diff output for python linter if there are some warnings

This commit is contained in:
Ivan Zorin
2025-03-20 00:01:40 +03:00
parent bd15926e6a
commit 6de9dd860f

View File

@@ -190,7 +190,7 @@ jobs:
run: python3 -m pip install --break-system-packages bdflib flake8
- name: Check python formatting with black
run: black --check Translations
run: black --diff --check Translations
- name: Check python with flake8
run: flake8 Translations