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

use numpy instead of deprecated numpy-stubs
This commit is contained in:
pantew869 2024-07-13 23:34:14 +03:00 committed by GitHub
parent 0e74db67ae
commit c433da944f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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