Skip to content

Commit ede14fc

Browse files
adamtheturtleclaude
andcommitted
Fix strict-kwargs pre-commit hook entry for new CLI
strict-kwargs 2026.6.4 switched to a Ruff-like CLI where 'fix' is now 'check --fix'. Update the hook entry accordingly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e49db73 commit ede14fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ repos:
302302

303303
- id: strict-kwargs-fix
304304
name: strict-kwargs
305-
entry: uv run --extra=dev strict-kwargs fix --diff
305+
entry: uv run --extra=dev strict-kwargs check --fix --diff
306306
language: python
307307
types_or: [python]
308308
additional_dependencies:

0 commit comments

Comments
 (0)