We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6966f6d commit 51e2ad7Copy full SHA for 51e2ad7
.github/workflows/python_lint.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: poetry install --all-extras
28
29
- # Job-specifc step(s):
+ # Job-specific step(s):
30
- name: Run lint check
31
run: poetry run ruff check .
32
@@ -49,9 +49,9 @@ jobs:
49
50
51
52
53
- name: Check code format
54
- run: poetry run ruff format --check .
+ run: poetry run ruff format --diff .
55
56
mypy-check:
57
name: MyPy Check
0 commit comments