Skip to content

Commit

Permalink
Update black.yaml - remove auto black
Browse files Browse the repository at this point in the history
  • Loading branch information
rhoadesScholar authored Jan 16, 2024
1 parent 0098fa2 commit 13ae1f0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,4 @@ jobs:
- name: Lint with Black
run: |
pip install black
# black -v --check dacapo tests
black -v dacapo tests
git commit -am "Automated Black linting"
git push
black -v --check dacapo tests

0 comments on commit 13ae1f0

Please sign in to comment.