Skip to content

Commit 245fa99

Browse files
committed
ci: sync lint.yml ruff pin to 0.16.3 (pin-sync contract)
Companion to the Dependabot pyproject bump: TestLintWorkflowPinSync requires the lint workflow's installed versions to match the dev extra. Verified locally: ruff 0.16.3 'ruff check diff_diff tests' is clean (release changes touch bandit/pylint/pyupgrade/numpy rules, none in the enabled E/F/I/W selectors).
1 parent 86dbad2 commit 245fa99

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
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
python-version: '3.14'
4141
- name: Install pinned linters (keep in sync with pyproject [dev])
42-
run: pip install ruff==0.16.2 black==26.5.1
42+
run: pip install ruff==0.16.3 black==26.5.1
4343
- name: Ruff
4444
run: ruff check diff_diff tests
4545
- name: Black

0 commit comments

Comments
 (0)