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 f1e0cd7 commit a0f6049Copy full SHA for a0f6049
.github/workflows/lint.yaml
@@ -15,3 +15,7 @@ jobs:
15
uses: astral-sh/ruff-action@v3
16
with:
17
args: "check --output-format=github"
18
+ - name: Ruff format check
19
+ uses: astral-sh/ruff-action@v3
20
+ with:
21
+ args: "format --diff"
.pre-commit-config.yaml
@@ -5,6 +5,7 @@ repos:
5
hooks:
6
- id: ruff-check
7
args: [--fix]
8
+ - id: ruff-format
9
- repo: local
10
11
- id: pytest
0 commit comments