Skip to content

Commit 18789af

Browse files
committed
update ruff version
1 parent f6a6c3a commit 18789af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ruff_scanner.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: chartboost/ruff-action@v1
1717
with:
1818
args: "format --check"
19-
version: 0.9.7
19+
version: 0.9.10
2020
- uses: chartboost/ruff-action@v1
2121
with:
22-
version: 0.9.7
22+
version: 0.9.10

.pre-commit-config.yaml

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

0 commit comments

Comments
 (0)