Skip to content

Commit

Permalink
Pin to ruff==0.0.259 (provisory)
Browse files Browse the repository at this point in the history
This is because I would like CI to succeed for a while in order to merge
some LaTeX patch.
  • Loading branch information
jfbu committed Mar 31, 2023
1 parent 8f9bac9 commit 3e6d56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3e6d56a

Please sign in to comment.