Skip to content

Commit 7ae2242

Browse files
committed
ci(tests): Add ruff format checking
1 parent e3df1ee commit 7ae2242

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@ jobs:
5656
run: |
5757
poetry install -E "test coverage lint"
5858
59-
- name: Lint with black . --check
60-
run: poetry run black . --check
61-
6259
- name: Lint with ruff .
6360
run: poetry run ruff .
6461

62+
- name: Format with ruff
63+
run: poetry run ruff format . --check
64+
6565
- name: Lint with mypy
6666
run: poetry run mypy .
6767

0 commit comments

Comments
 (0)