Skip to content

Commit 51e2ad7

Browse files
committed
more verbose format output
1 parent 6966f6d commit 51e2ad7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python_lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: poetry install --all-extras
2828

29-
# Job-specifc step(s):
29+
# Job-specific step(s):
3030
- name: Run lint check
3131
run: poetry run ruff check .
3232

@@ -49,9 +49,9 @@ jobs:
4949
- name: Install dependencies
5050
run: poetry install --all-extras
5151

52-
# Job-specifc step(s):
52+
# Job-specific step(s):
5353
- name: Check code format
54-
run: poetry run ruff format --check .
54+
run: poetry run ruff format --diff .
5555

5656
mypy-check:
5757
name: MyPy Check

0 commit comments

Comments
 (0)