Skip to content

Commit 605f233

Browse files
committed
added black to CI
1 parent b900921 commit 605f233

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-python.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ jobs:
6868
working-directory: python
6969
run: uv run --no-project maturin develop
7070

71+
- name: Black formatting
72+
working-directory: python
73+
run: uv run --no-project black .
74+
7175
- name: Run pytest
7276
working-directory: python
7377
run: uv run --no-project pytest --verbose

0 commit comments

Comments
 (0)