Skip to content

Commit aa39695

Browse files
committed
Update ruff version.
1 parent 48d6c74 commit aa39695

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/format_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
- uses: chartboost/ruff-action@v1
99
with:
1010
args: 'format --check'
11-
version: 0.7.4
11+
version: 0.14.4

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
- uses: actions/checkout@v4
88
- uses: chartboost/ruff-action@v1
99
with:
10-
version: 0.7.4
10+
version: 0.12.4

0 commit comments

Comments
 (0)