1
0
Fork 0

Merging upstream version 0.10.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-08 08:04:28 +01:00
parent 8e8c5588ab
commit bc8a047c8c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
7 changed files with 128 additions and 73 deletions

View file

@ -38,6 +38,4 @@ jobs:
- name: Launch tests
run: python -m pytest
- name: Check coding style
run: python -m flake8
- name: Check imports order
run: python -m isort . --check --diff
run: python -m ruff check