aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-06-13 13:07:06 +0300
committerAarni Koskela <akx@iki.fi>2023-06-13 13:07:06 +0300
commit8ce9b36e0fe51002e72f90ec4dbdc53b564c8fad (patch)
tree400c4d3ba9eef415b0549a4139018bb3b88476db /.github
parent59419bd64a1581caccaac04dceb66c1c069a2db1 (diff)
Upgrade ruff to 272
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/on_pull_request.yaml2
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: