mirror of https://github.com/commaai/rednose.git
Use numpy instead of numpy-stubs in pre-commit (#44)
This commit is contained in:
parent
3ad6816953
commit
023a6195db
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue