Skip to content

Commit

Permalink
[MAINT] Make black CI more verbose (#4008)
Browse files Browse the repository at this point in the history
* make black more verbose in CI

* update pyporject.toml for testing

* revert config change
  • Loading branch information
Remi-Gau committed Sep 26, 2023
1 parent 5674c3e commit 0d39ce2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
python-version: '3.11'

- name: Install black
shell: bash {0}
run: |
python -m pip install --upgrade pip black
run: python -m pip install --upgrade pip black

- name: Run Black
run: black --check .
run: black --check --diff --color .

0 comments on commit 0d39ce2

Please sign in to comment.