chore: clean up unnecessary numpy dependency (and better pre-commit)

This commit is contained in:
Anand Balakrishnan 2023-10-04 14:33:17 -07:00
parent 246f4704c3
commit f6b26b61ab
3 changed files with 22 additions and 16 deletions

View file

@ -25,7 +25,7 @@ dev = [
"black",
]
test = ["pytest", "pytest-cov", "hypothesis", "numpy"]
test = ["pytest", "pytest-cov", "hypothesis"]
[build-system]
requires = ["maturin>=1.0,<2.0"]
@ -44,7 +44,6 @@ testpaths = ["tests"]
packages = ["argus"]
# ignore_missing_imports = true
show_error_codes = true
plugins = ["numpy.typing.mypy_plugin"]
[tool.ruff]
line-length = 127