Update numpy commit hook

This commit is contained in:
hang-yin 2024-08-12 16:20:15 -07:00
parent 763f4bebd8
commit 58048bde73
1 changed files with 1 additions and 1 deletions

View File

@ -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: |