mirror of https://github.com/commaai/body.git
Use numpy instead of numpy-stubs in pre-commit (#21)
use numpy instead of deprecated numpy-stubs
This commit is contained in:
parent
0e74db67ae
commit
c433da944f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue