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
commit d4f9250c5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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: