Skip to content
Snippets Groups Projects
Verified Commit 6ad24fc9 authored by Kevin Morris's avatar Kevin Morris
Browse files

Merge branch 'fix-docker-test'

parents 69d67247 310c469b
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,6 @@ pacman -Syu --noconfirm --noprogressbar \
php php-fpm memcached php-memcached python-pip pyalpm \
python-srcinfo curl libeatmydata cronie python-poetry \
python-poetry-core step-cli step-ca asciidoc \
python-virtualenv
python-virtualenv python-pre-commit
exec "$@"
......@@ -21,8 +21,7 @@ rm -f /data/.coverage
cp -v .coverage /data/.coverage
chmod 666 /data/.coverage
# Run flake8 and isort checks.
# Run pre-commit checks
for dir in aurweb test migrations; do
flake8 --count $dir
isort --check-only $dir
pre-commit run -a
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment