Skip to content

Commit 5a4fb1e

Browse files
committed
Bump ruff version
1 parent 1b29638 commit 5a4fb1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717

1818
# keep in sync with .pre-commit-config.yaml
19-
- run: python -Im pip install --user ruff==0.4.4
19+
- run: python -Im pip install --user ruff==0.4.10
2020

2121
- name: Run ruff
2222
run: ruff --output-format=github grapple

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
- id: check-added-large-files
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
2121
# keep in sync with .github/workflows/ruff.yml
22-
rev: 'v0.4.4'
22+
rev: 'v0.4.10'
2323
hooks:
2424
- id: ruff
2525
args: [--fix, --exit-non-zero-on-fix]

0 commit comments

Comments
 (0)