Skip to content

Commit

Permalink
Update numpy commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
hang-yin committed Aug 12, 2024
1 parent 763f4be commit 58048bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repos:
hooks:
- id: no-commit-to-branch
name: Check for numpy imports
entry: grep -R "import numpy" .
entry: git grep -l "import numpy"
language: system
types: [python]
exclude: |
Expand Down

0 comments on commit 58048bd

Please sign in to comment.