Skip to content

Commit 9bb38e2

Browse files
committed
ci(tests): Run black --check
1 parent 075138a commit 9bb38e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ jobs:
5656
run: |
5757
poetry install -E "test coverage lint"
5858
59+
- name: Lint with black . --check
60+
run: poetry run black . --check
61+
5962
- name: Lint with ruff .
6063
run: poetry run ruff .
6164

0 commit comments

Comments
 (0)