1
0
Fork 0

Adding upstream version 1.31.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-04 09:25:34 +02:00
parent 9aaa9c7fe0
commit 5829a372a2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
23 changed files with 166 additions and 107 deletions

View file

@ -17,5 +17,5 @@ commands = uv pip install -e .[dev,ssh]
[testenv:style]
skip_install = true
deps = ruff
commands = ruff check --fix
ruff format
commands = ruff check
ruff format --diff