diff options
author | Aarni Koskela <akx@iki.fi> | 2023-06-13 10:07:06 +0000 |
---|---|---|
committer | Aarni Koskela <akx@iki.fi> | 2023-06-13 10:07:06 +0000 |
commit | 8ce9b36e0fe51002e72f90ec4dbdc53b564c8fad (patch) | |
tree | 400c4d3ba9eef415b0549a4139018bb3b88476db /.github | |
parent | 59419bd64a1581caccaac04dceb66c1c069a2db1 (diff) | |
download | stable-diffusion-webui-gfx803-8ce9b36e0fe51002e72f90ec4dbdc53b564c8fad.tar.gz stable-diffusion-webui-gfx803-8ce9b36e0fe51002e72f90ec4dbdc53b564c8fad.tar.bz2 stable-diffusion-webui-gfx803-8ce9b36e0fe51002e72f90ec4dbdc53b564c8fad.zip |
Upgrade ruff to 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: |