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 1b29638 commit 5a4fb1eCopy full SHA for 5a4fb1e
.github/workflows/ruff.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v4
17
18
# keep in sync with .pre-commit-config.yaml
19
- - run: python -Im pip install --user ruff==0.4.4
+ - run: python -Im pip install --user ruff==0.4.10
20
21
- name: Run ruff
22
run: ruff --output-format=github grapple
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
- id: check-added-large-files
- repo: https://github.com/astral-sh/ruff-pre-commit
# keep in sync with .github/workflows/ruff.yml
- rev: 'v0.4.4'
+ rev: 'v0.4.10'
23
hooks:
24
- id: ruff
25
args: [--fix, --exit-non-zero-on-fix]
0 commit comments