From 4a59b22c756d5e8d19d36d1babdfed45a13507eb Mon Sep 17 00:00:00 2001 From: iuvbio Date: Sun, 22 Aug 2021 18:23:14 +0200 Subject: [PATCH] black check tests as well and show diff --- .github/workflows/lint_and_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint_and_test.yml b/.github/workflows/lint_and_test.yml index 3542a29..674f673 100644 --- a/.github/workflows/lint_and_test.yml +++ b/.github/workflows/lint_and_test.yml @@ -25,7 +25,7 @@ jobs: - name: Lint with black run: | # stop the build if there are Python syntax errors or undefined names - black --check pandas_ods_reader/ + black --check --diff pandas_ods_reader/ tests/ - name: Test with pytest run: | python -m pytest tests/