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 8c12d15 commit 9f11084Copy full SHA for 9f11084
2 files changed
.github/workflows/ruff-format.yaml
@@ -7,6 +7,6 @@ jobs:
7
image: archlinux/archlinux:latest
8
steps:
9
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10
- - uses: astral-sh/ruff-action@84f83ecf9e1e15d26b7984c7ec9cf73d39ffc946 # v3.3.1
+ - uses: astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
11
- run: ruff check --select=COM812 --fix
12
- run: ruff format --diff
.github/workflows/ruff-lint.yaml
@@ -5,4 +5,4 @@ jobs:
5
runs-on: ubuntu-latest
6
0 commit comments