mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
Use numpy instead of numpy-stubs in pre-commit (#1984)
* delete numpy-stubs from additional_dependencies(it's deprecated and causes git issues) * use numpy directly
This commit is contained in:
@@ -12,7 +12,7 @@ repos:
|
||||
rev: v1.10.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.4.7
|
||||
|
||||
Reference in New Issue
Block a user