Use numpy instead of numpy-stubs in pre-commit (#44)

This commit is contained in:
pantew869 2024-07-13 23:36:10 +03:00 committed by GitHub
parent 3ad6816953
commit 023a6195db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ repos:
rev: v1.4.0
hooks:
- id: mypy
additional_dependencies: ['git+https://github.com/numpy/numpy-stubs']
additional_dependencies: ['numpy']
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.2.2
hooks: