1
0
Fork 0

Merging upstream version 0.6.3.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-06-03 07:18:15 +02:00
parent c2c5ac65f3
commit 687aa9eb63
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
12 changed files with 249 additions and 347 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh -e
ruff decli tests --fix
black decli/ tests/
ruff check --fix
ruff format