Skip to content

Commit c6df467

Browse files
committed
chore(deps): upgrade ruff version
1 parent 1a95364 commit c6df467

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ruff.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
- uses: chartboost/ruff-action@v1
1313
with:
1414
src: ORStools
15-
version: "0.13.3"
15+
version: "0.14.7"
1616
args: format --check
1717
- uses: chartboost/ruff-action@v1
1818
with:
1919
src: ORStools
20-
version: "0.13.3"
20+
version: "0.14.7"
2121
args: 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.13.3
3+
rev: v0.14.7
44
hooks:
55
- id: ruff
66
args: [--fix]

0 commit comments

Comments
 (0)