mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
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:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user