Skip to content

Commit 1c1fbe6

Browse files
fix: pin ruff to 0.15.11 in CI to match local version
1 parent 11cc580 commit 1c1fbe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
- uses: actions/setup-python@v5
99
with:
1010
python-version: "3.12"
11-
- run: pip install ruff
11+
- run: pip install ruff==0.15.11
1212
- run: ruff check .
1313
- run: ruff format --check .

0 commit comments

Comments
 (0)