Skip to content

Commit 86b9438

Browse files
committed
ci: standarize ruff version
1 parent 465ab6b commit 86b9438

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: "3.11"
1818

1919
- name: Install ruff
20-
run: pip install ruff
20+
run: pip install ruff==0.14.1
2121

2222
- name: Check linting
2323
run: ruff check src/

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.10
3+
rev: v0.14.1
44
hooks:
55
- id: ruff
66
args: [--fix]

0 commit comments

Comments
 (0)