Skip to content

Commit d6fc0ad

Browse files
authoredMar 11, 2025··
Update ruff action and dependencies (#101)
1 parent 631b217 commit d6fc0ad

File tree

3 files changed

+88
-88
lines changed

3 files changed

+88
-88
lines changed
 

‎.github/workflows/test.yml

+5-1
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

+1-1
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

‎poetry.lock

+82-86
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.