aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-11-26 11:54:36 +0300
committerGitHub <noreply@github.com>2023-11-26 11:54:36 +0300
commit6955c210b7791375e945e876223e6cf6b2231391 (patch)
tree8a24012ce638b553cd2c16dd278d34a324cb1995 /.github/workflows
parentd1750e5eca6fd95db3516928cad18b32e557f56f (diff)
parent066afda2f6f650fe108d285a239d08d59d92590d (diff)
Merge pull request #14059 from akx/upruff
Update Ruff to 0.1.6
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/on_pull_request.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml
index 78e608ee..9e44c806 100644
--- a/.github/workflows/on_pull_request.yaml
+++ b/.github/workflows/on_pull_request.yaml
@@ -20,7 +20,7 @@ jobs:
# not to have GHA download an (at the time of writing) 4 GB cache
# of PyTorch and other dependencies.
- name: Install Ruff
- run: pip install ruff==0.0.272
+ run: pip install ruff==0.1.6
- name: Run Ruff
run: ruff .
lint-js: