Skip to content

Commit 1474ac5

Browse files
authored
Ignores pylint warning to fix CI (#704)
* Ignores pylint warning to fix CI * Upgrades GitHub action version
1 parent bff9f03 commit 1474ac5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/reproducible.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: ./maintainers/reproduce_hashes.sh
3131

3232
- name: Upload reproduced binaries
33-
uses: actions/upload-artifact@v1
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: reproduced-${{ matrix.os }}
3636
path: reproducible/reproduced.tar

deploy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ def assert_python_library(module: str):
205205
class RemoveConstAction(argparse.Action):
206206

207207
# pylint: disable=redefined-builtin
208+
# pylint: disable=too-many-positional-arguments
208209
def __init__(self,
209210
option_strings,
210211
dest,

0 commit comments

Comments
 (0)