Skip to content

Commit c433da9

Browse files
authored
Use numpy instead of numpy-stubs in pre-commit (#21)
use numpy instead of deprecated numpy-stubs
1 parent 0e74db6 commit c433da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
rev: v1.4.0
1313
hooks:
1414
- id: mypy
15-
additional_dependencies: ['git+https://github.com/numpy/numpy-stubs', 'types-requests', 'types-atomicwrites',
15+
additional_dependencies: ['numpy', 'types-requests', 'types-atomicwrites',
1616
'types-pycurl']
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
rev: v0.0.282

0 commit comments

Comments
 (0)