Skip to content

Commit 328a4ff

Browse files
committed
Fix strict-kwargs pre-commit arguments
1 parent c85a928 commit 328a4ff

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 check --fix --diff
305+
entry: uv run --extra=dev strict-kwargs check --fix
306306
language: python
307307
types_or: [python]
308308
additional_dependencies:

0 commit comments

Comments
 (0)