We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ab8b3b commit 22310f1Copy full SHA for 22310f1
1 file changed
.github/workflows/ci.yml
@@ -19,10 +19,12 @@ jobs:
19
20
- uses: astral-sh/ruff-action@v2
21
with:
22
+ version: "0.14.10" # Pin the version to match pyproject.toml
23
args: format --check
24
25
26
27
28
args: check --output-format=github
29
30
0 commit comments