diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 11:48:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 11:48:29 +0000 |
commit | 658a861f9b5f805e2235a221572c2989866d93c2 (patch) | |
tree | 86cda6c3617b2a0484c5cdff248cb845e58e0723 /pre-build.sh | |
parent | Adding debian version 2.7.7. (diff) | |
download | python-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-x | pre-build.sh | 5 |
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' |