Skip to content

Commit

Permalink
feat: Use sourcery review --check in pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanator committed Jun 17, 2022
1 parent 944702a commit 88e00e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
description: Magically refactor Python
language: python
additional_dependencies: [sourcery-cli==0.12.1]
entry: sourcery refactor --check
entry: sourcery review --check
types: [python]

0 comments on commit 88e00e1

Please sign in to comment.