ci-black-formatting - print diff

This commit is contained in:
Andrej730
2025-05-12 12:01:45 +05:00
parent 4268e1376c
commit 22b5db8a1e
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
- name: Black formatter
id: linting
run: |
python3 -m black --check .
python3 -m black --diff --check .
continue-on-error: true
- name: Final check