Skip to content

Commit

Permalink
Use numpy instead of numpy-stubs in pre-commit (#21)
Browse files Browse the repository at this point in the history
use numpy instead of deprecated numpy-stubs
  • Loading branch information
pantew869 authored Jul 13, 2024
1 parent 0e74db6 commit c433da9
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.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
Expand Down

0 comments on commit c433da9

Please sign in to comment.