Skip to content

Commit 88e00e1

Browse files
committed
feat: Use sourcery review --check in pre-commit hook
1 parent 944702a commit 88e00e1

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
@@ -3,5 +3,5 @@
33
description: Magically refactor Python
44
language: python
55
additional_dependencies: [sourcery-cli==0.12.1]
6-
entry: sourcery refactor --check
6+
entry: sourcery review --check
77
types: [python]

0 commit comments

Comments
 (0)