Skip to content

Commit

Permalink
Remove black from checks
Browse files Browse the repository at this point in the history
To integrate again use:
      - name: black check
        run: |
          python -m isort --check --diff --color .
  • Loading branch information
thouska committed Feb 27, 2023
1 parent 1d6e859 commit da7bf95
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
pip install black 'isort[colors]<6'
pip install --editable .
- name: black check
run: |
python -m black --check .
- name: isort check
run: |
python -m isort --check --diff --color .
Expand Down

0 comments on commit da7bf95

Please sign in to comment.