numpy

[lint]
black
ruff
isort
docformatter
mypy

[lint:python_version >= "3.10"]
refurb

[test]
pytest
pytest-sugar
