diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index ce660c79e..28f0a031b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -36,7 +36,7 @@ jobs: pip install -U virtualenv tox --progress-bar off - name: '🐍 Run black' - run: tox -e py312-fmt -- --check + run: tox -e py312-fmt -- --diff --color # # Linux linting and unit tests