Update numpy commit hook
This commit is contained in:
parent
763f4bebd8
commit
58048bde73
|
@ -14,7 +14,7 @@ repos:
|
||||||
hooks:
|
hooks:
|
||||||
- id: no-commit-to-branch
|
- id: no-commit-to-branch
|
||||||
name: Check for numpy imports
|
name: Check for numpy imports
|
||||||
entry: grep -R "import numpy" .
|
entry: git grep -l "import numpy"
|
||||||
language: system
|
language: system
|
||||||
types: [python]
|
types: [python]
|
||||||
exclude: |
|
exclude: |
|
||||||
|
|
Loading…
Reference in New Issue