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 a520c1a commit 10de5fbCopy full SHA for 10de5fb
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
with:
25
persist-credentials: false
26
27
- - uses: astral-sh/ruff-action@c6bea5606c33b5d04902374392d9233464b90660 # v3.3.0
+ - uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
28
29
args: 'format --check'
30
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
tests:
41
name: "Python ${{ matrix.python }} on ${{ matrix.os }}"
0 commit comments