Skip to content

Commit b52941f

Browse files
committed
ruff 0.6.0
1 parent f89acaf commit b52941f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
python-version: "3.10"
1515
- name: Install Ruff
1616
run: |
17-
python -m pip install ruff>=0.5
17+
python -m pip install ruff>=0.6
1818
- name: Format check (Ruff)
1919
run: |
2020
ruff format --check

.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.5.7
3+
rev: v0.6.0
44
hooks:
55
- id: ruff
66
args: [ --fix ]

0 commit comments

Comments
 (0)