Skip to content

Commit

Permalink
Use numpy instead of numpy-stubs in pre-commit (commaai#1984)
Browse files Browse the repository at this point in the history
* delete numpy-stubs from additional_dependencies(it's deprecated and causes git issues)

* use numpy directly
  • Loading branch information
pantew869 authored Jul 13, 2024
1 parent 376408b commit 481d2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 481d2be

Please sign in to comment.