aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-06-27 09:19:55 +0300
committerGitHub <noreply@github.com>2023-06-27 09:19:55 +0300
commitd4f9250c5aef0fd3afb6ed8a6bc3515fa2fcf635 (patch)
tree975b2cb80392d884b53df69370b5f4ed661ddfb3 /.github
parent24129368f1b732be25ef486edb2cf5a6ace66737 (diff)
parentd8071647760a2213aaf33a533addb4d84ba86816 (diff)
Merge pull request #11201 from akx/ruff-upg
Upgrade Ruff to 0.0.272
Diffstat (limited to '.github')
-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 7b7219fd..8ebf5918 100644
--- a/.github/workflows/on_pull_request.yaml
+++ b/.github/workflows/on_pull_request.yaml
@@ -18,7 +18,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.265
+ run: pip install ruff==0.0.272
- name: Run Ruff
run: ruff .
lint-js: