When running tests, use Ruff for faster and more comprehensive code linting and formatting.

This commit is contained in:
Dan Helfman
2025-07-17 23:24:58 -07:00
parent ea72f1c367
commit 9a80fec91b
219 changed files with 5691 additions and 3845 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if [ -z "$TEST_CONTAINER" ]; then
fi
apk add --no-cache python3 py3-pip borgbackup postgresql17-client mariadb-client mongodb-tools \
py3-mongo py3-regex py3-ruamel.yaml py3-ruamel.yaml.clib py3-tox py3-yaml bash sqlite fish
py3-mongo py3-regex py3-ruamel.yaml py3-ruamel.yaml.clib py3-tox py3-yaml ruff sqlite bash fish
export COVERAGE_FILE=/tmp/.coverage
tox --workdir /tmp/.tox --sitepackages