Closed williamjameshandley closed 11 months ago
PR to create checks post build
black . --check
isort . --profile black --filter-files
pydocstyle --convention=numpy lsbi
python -m pytest
Description
PR to create checks post build
Checklist:
black . --check
)isort . --profile black --filter-files
)pydocstyle --convention=numpy lsbi
)python -m pytest
)