Merging upstream version 0.6.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c2c5ac65f3
commit
687aa9eb63
12 changed files with 249 additions and 347 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
ruff decli tests --fix
|
||||
black decli/ tests/
|
||||
ruff check --fix
|
||||
ruff format
|
||||
|
|
|
@ -5,6 +5,5 @@ pr() {
|
|||
}
|
||||
|
||||
pr pytest --cov-report term-missing --cov-report=xml:coverage.xml --cov=decli "${1:-tests}"
|
||||
pr black decli tests --check
|
||||
pr ruff decli/ tests/
|
||||
pr mypy decli/ tests/
|
||||
pr ruff check
|
||||
pr mypy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue