Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ruff linting to github action #99

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

maurerle
Copy link
Contributor

@maurerle maurerle commented Sep 9, 2024

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

@rcschrg rcschrg merged commit bd36252 into OFFIS-DAI:development Sep 9, 2024
5 checks passed
@maurerle maurerle deleted the ruff-fixup branch September 12, 2024 07:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants