We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3678c88 commit ac90867Copy full SHA for ac90867
.github/workflows/python-pytest.yml
@@ -28,6 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
python -m pip install uv
30
python -m uv pip install .
31
+ python -m uv pip install black
32
- name: Test black formatted
33
run: |
34
black handcalcs --check
0 commit comments