We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 631b217 commit 7039fffCopy full SHA for 7039fff
.github/workflows/test.yml
@@ -7,7 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- - uses: chartboost/ruff-action@v1
+ - uses: astral-sh/ruff-action@v3
11
+ with:
12
+ version: latest
13
+ - run: ruff check
14
+ - run: ruff format --check
15
test:
16
17
needs: ruff
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
- id: check-yaml
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
- rev: v0.8.6
+ rev: v0.9.10
hooks:
# Run the linter.
- id: ruff
0 commit comments