Initial commit

This commit is contained in:
2026-05-01 09:24:14 +02:00
commit 9cee33c405
13 changed files with 187 additions and 0 deletions

16
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,16 @@
stages:
- test
run-tests:
stage: test
image: python:3.12
variables:
PIP_ROOT_USER_ACTION: ignore
UV_LINK_MODE: copy
before_script:
- python -m pip install --upgrade pip
- pip install uv
- uv sync --locked
script:
- uv run ruff format --check
- uv run ruff check