diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index acbe9956..e94c6080 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -137,7 +137,7 @@ jobs: - name: Black Code Style Format Check id: black run: | - black . --check + black . --check --diff - name: Lint with flake8 id: flake8