Verified Commit b4df2c22 authored by Jakob Moser's avatar Jakob Moser
Browse files

Use ruff to verify linting

parent 7e1f2038
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ test-python:
    before_script:
        - uv sync --locked
    script:
        - uv run black --check $CI_PROJECT_DIR
        - uv run ruff format --check $CI_PROJECT_DIR
        - uv run mypy .

# This snippet is copied and modified from the GitLab Documentation (as of 2021-01-10, the contents of the script seem to have changed by now)