Skip to content

Commit 7039fff

Browse files
committed
Update ruff action and dependencies
1 parent 631b217 commit 7039fff

File tree

3 files changed

+88
-88
lines changed

3 files changed

+88
-88
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v4
10-
- uses: chartboost/ruff-action@v1
10+
- uses: astral-sh/ruff-action@v3
11+
with:
12+
version: latest
13+
- run: ruff check
14+
- run: ruff format --check
1115
test:
1216
runs-on: ubuntu-latest
1317
needs: ruff

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212
- repo: https://github.com/astral-sh/ruff-pre-commit
1313
# Ruff version.
14-
rev: v0.8.6
14+
rev: v0.9.10
1515
hooks:
1616
# Run the linter.
1717
- id: ruff

0 commit comments

Comments
 (0)