summaryrefslogtreecommitdiffstats
path: root/pre-build.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 11:48:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 11:48:30 +0000
commitdd03bda877a7110e7e5f7465a8d98a0ff0599ad2 (patch)
treea9076e1b1b4e690b1ce7a9cf32fb7117a9a4ce22 /pre-build.sh
parentReleasing progress-linux version 2.7.7-0.0~progress7.99u1. (diff)
downloadpython-apt-dd03bda877a7110e7e5f7465a8d98a0ff0599ad2.tar.xz
python-apt-dd03bda877a7110e7e5f7465a8d98a0ff0599ad2.zip
Merging upstream version 2.8.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'pre-build.sh')
-rwxr-xr-xpre-build.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/pre-build.sh b/pre-build.sh
index 930be76..1696e03 100755
--- a/pre-build.sh
+++ b/pre-build.sh
@@ -1,9 +1,8 @@
#!/bin/sh
set -e
-echo "Running pycodestyle test"
-black --check . || [ "$IGNORE_BLACK" ] || \
- [ "$IGNORE_PYCODESTYLE" ] || [ "$IGNORE_PEP8" ]
+echo "Running pre-commit check"
+pre-commit run -a
dpkg-checkbuilddeps -d 'python3-debian, python3-feedparser'