diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-06-27 06:19:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-27 06:19:55 +0000 |
commit | d4f9250c5aef0fd3afb6ed8a6bc3515fa2fcf635 (patch) | |
tree | 975b2cb80392d884b53df69370b5f4ed661ddfb3 /.github | |
parent | 24129368f1b732be25ef486edb2cf5a6ace66737 (diff) | |
parent | d8071647760a2213aaf33a533addb4d84ba86816 (diff) | |
download | stable-diffusion-webui-gfx803-d4f9250c5aef0fd3afb6ed8a6bc3515fa2fcf635.tar.gz stable-diffusion-webui-gfx803-d4f9250c5aef0fd3afb6ed8a6bc3515fa2fcf635.tar.bz2 stable-diffusion-webui-gfx803-d4f9250c5aef0fd3afb6ed8a6bc3515fa2fcf635.zip |
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.yaml | 2 |
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: |