Skip to content

Commit ec40bde

Browse files
committed
fix: update killpy entry in pre-commit hooks to use clean command
1 parent 66a879a commit ec40bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- id: killpy
22
name: killpy
33
description: Clean repo
4-
entry: killpy
4+
entry: killpy clean
55
language: python

0 commit comments

Comments
 (0)