Skip to content

Commit

Permalink
build: removed black check
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Dec 12, 2023
1 parent 80336e4 commit 03a9b89
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build-test-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ jobs:
- name: Run Tox
run: |
tox -e py310
- name: Run Black
run: |-
pip install black
black . --check
deploy:

Expand Down

0 comments on commit 03a9b89

Please sign in to comment.