diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 651f0a8..b51e10f 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.yml @@ -35,5 +35,5 @@ jobs: pip install black "black[jupyter]" nbqa - name: Black run: | - black --check --diff --line-length=79 $(git ls-files '*.py' '*.ipynb') - nbqa black --check --diff --line-length=79 $(git ls-files '*.py' '*.ipynb') + black --diff --line-length=79 $(git ls-files '*.py' '*.ipynb') + nbqa black --diff --line-length=79 $(git ls-files '*.py' '*.ipynb')