diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2023-11-26 08:54:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-26 08:54:36 +0000 |
commit | 6955c210b7791375e945e876223e6cf6b2231391 (patch) | |
tree | 8a24012ce638b553cd2c16dd278d34a324cb1995 /.github/workflows | |
parent | d1750e5eca6fd95db3516928cad18b32e557f56f (diff) | |
parent | 066afda2f6f650fe108d285a239d08d59d92590d (diff) | |
download | stable-diffusion-webui-gfx803-6955c210b7791375e945e876223e6cf6b2231391.tar.gz stable-diffusion-webui-gfx803-6955c210b7791375e945e876223e6cf6b2231391.tar.bz2 stable-diffusion-webui-gfx803-6955c210b7791375e945e876223e6cf6b2231391.zip |
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.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 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: |