Pin to ruff==0.0.259 (provisory)

This is because I would like CI to succeed for a while in order to merge
some LaTeX patch.
This commit is contained in:
Jean-François B
2023-03-31 17:16:37 +02:00
parent 8f9bac9c4f
commit 3e6d56adc0

View File

@@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade ruff
python -m pip install ruff==0.0.259
- name: Lint with Ruff
run: ruff . --diff --format github