Upgrade ruff to 272

This commit is contained in:
Aarni Koskela 2023-06-13 13:07:06 +03:00
parent 59419bd64a
commit 8ce9b36e0f

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: