avaframe/AvaFrame

View on GitHub
pyproject.toml

Summary

Maintainability
Test Coverage
[build-system]
# Cython dependency is optional, see setup.py for details.
# For the package (run-time) dependencies, see setup.cfg.
requires = ["setuptools", "numpy", "cython"]

[tool.flake8]
max-line-length = 109
select = ['B950']
extend-ignore = ['E203', 'E501']

[tool.black]
line-length = 109