From c433da944f0e4d974cd66601effa66a06355debe Mon Sep 17 00:00:00 2001 From: pantew869 <173707415+pantew869@users.noreply.github.com> Date: Sat, 13 Jul 2024 23:34:14 +0300 Subject: [PATCH] Use numpy instead of numpy-stubs in pre-commit (#21) use numpy instead of deprecated numpy-stubs --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 010c762..c2b33fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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