Closed maurerle closed 1 month ago
This adds linting and code formatting to the github actions pipeline as a check.
To make sure, that this happens pre committing - use pre-commit:
pip install pre-commit && pre-commit install
or manually using pre-commit run --all.
pre-commit run --all
This sorts some import blocks so that the pipeline does not fail
This adds linting and code formatting to the github actions pipeline as a check.
To make sure, that this happens pre committing - use pre-commit:
pip install pre-commit && pre-commit install
or manually using
pre-commit run --all
.This sorts some import blocks so that the pipeline does not fail