Closed williamjameshandley closed 11 months ago
Inevitable CI corrections following attempt to change the build file structure.
black . --check
isort . --profile black --filter-files
pydocstyle --convention=numpy lsbi
python -m pytest
Description
Inevitable CI corrections following attempt to change the build file structure.
Checklist:
black . --check
)isort . --profile black --filter-files
)pydocstyle --convention=numpy lsbi
)python -m pytest
)