Skip to content

Commit 3914128

Browse files
committed
Bump ruff versions
1 parent 4d176fe commit 3914128

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ruff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
persist-credentials: false
3434

3535
# Keep in sync with .pre-commit-config.yaml
36-
- run: python -Im pip install --user ruff==0.14.8
36+
- run: python -Im pip install --user ruff==0.15.9
3737

3838
- name: Run ruff
3939
working-directory: ./src

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ repos:
2020
- id: trailing-whitespace
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
2222
# keep in sync with .github/workflows/ruff.yml
23-
rev: 'v0.14.8'
23+
rev: 'v0.15.9'
2424
hooks:
25-
- id: ruff
26-
args: [--fix, --exit-non-zero-on-fix]
25+
- id: ruff-check
26+
args: [ --fix ]
2727
- id: ruff-format

0 commit comments

Comments
 (0)