mirror of https://github.com/commaai/panda.git
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:
parent
376408bb4f
commit
481d2bec59
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue