Merge pull request #11201 from akx/ruff-upg

Upgrade Ruff to 0.0.272
This commit is contained in:
AUTOMATIC1111
2023-06-27 09:19:55 +03:00
committed by GitHub
2 changed files with 45 additions and 5 deletions

View File

@@ -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: