Skip to content

Commit

Permalink
chore: install black
Browse files Browse the repository at this point in the history
  • Loading branch information
connorferster committed Jun 16, 2024
1 parent 3678c88 commit ac90867
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install uv
python -m uv pip install .
python -m uv pip install black
- name: Test black formatted
run: |
black handcalcs --check
Expand Down

0 comments on commit ac90867

Please sign in to comment.