summaryrefslogtreecommitdiffstats
path: root/pre-build.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 11:48:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 11:48:29 +0000
commit658a861f9b5f805e2235a221572c2989866d93c2 (patch)
tree86cda6c3617b2a0484c5cdff248cb845e58e0723 /pre-build.sh
parentAdding debian version 2.7.7. (diff)
downloadpython-apt-658a861f9b5f805e2235a221572c2989866d93c2.tar.xz
python-apt-658a861f9b5f805e2235a221572c2989866d93c2.zip
Merging upstream version 2.8.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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'