fix: pin ruff version to 0.12.7 across all environments
- Pin ruff==0.12.7 in pyproject.toml dev dependencies - Update CI to use exact ruff version instead of latest - Add comments explaining version pinning rationale - Ensures consistent formatting across local, CI, and pre-commit
This commit is contained in:
4
.github/workflows/build-reusable.yml
vendored
4
.github/workflows/build-reusable.yml
vendored
@@ -26,9 +26,9 @@ jobs:
|
||||
- name: Install uv
|
||||
uses: astral-sh/setup-uv@v4
|
||||
|
||||
- name: Install ruff
|
||||
- name: Install dependencies with ruff
|
||||
run: |
|
||||
uv tool install ruff
|
||||
uv pip install --system ruff==0.12.7
|
||||
|
||||
- name: Run ruff check
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user