mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-10 19:21:05 -08:00
update ruff to 0.3.3
This commit is contained in:
parent
4ce2e25c0b
commit
908d522057
2 changed files with 5 additions and 3 deletions
2
.github/workflows/on_pull_request.yaml
vendored
2
.github/workflows/on_pull_request.yaml
vendored
|
|
@ -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.1.6
|
||||
run: pip install ruff==0.3.3
|
||||
- name: Run Ruff
|
||||
run: ruff .
|
||||
lint-js:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue