From 1474ac5c6c2f7bd7904bcf24ab664ca8e3b48edc Mon Sep 17 00:00:00 2001 From: kaczmarczyck <43844792+kaczmarczyck@users.noreply.github.com> Date: Tue, 24 Sep 2024 14:43:17 +0200 Subject: [PATCH] Ignores pylint warning to fix CI (#704) * Ignores pylint warning to fix CI * Upgrades GitHub action version --- .github/workflows/reproducible.yml | 2 +- deploy.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/reproducible.yml b/.github/workflows/reproducible.yml index 8bcb3f35..1e78548d 100644 --- a/.github/workflows/reproducible.yml +++ b/.github/workflows/reproducible.yml @@ -30,7 +30,7 @@ jobs: run: ./maintainers/reproduce_hashes.sh - name: Upload reproduced binaries - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v4 with: name: reproduced-${{ matrix.os }} path: reproducible/reproduced.tar diff --git a/deploy.py b/deploy.py index 3138c36d..87f14ad6 100755 --- a/deploy.py +++ b/deploy.py @@ -205,6 +205,7 @@ def assert_python_library(module: str): class RemoveConstAction(argparse.Action): # pylint: disable=redefined-builtin + # pylint: disable=too-many-positional-arguments def __init__(self, option_strings, dest,