format code

This commit is contained in:
grillazz
2025-03-08 17:48:04 +01:00
parent 0260df4d09
commit 2cc654e6c7
3 changed files with 841 additions and 4 deletions

View File

@@ -54,6 +54,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Lint with ruff
run: uv run --frozen ruff check .
- name: Test with python ${{ matrix.python-version }}
run: uv run --frozen pytest