Skip to content

Commit

Permalink
Ignores pylint warning to fix CI (#704)
Browse files Browse the repository at this point in the history
* Ignores pylint warning to fix CI

* Upgrades GitHub action version
  • Loading branch information
kaczmarczyck authored Sep 24, 2024
1 parent bff9f03 commit 1474ac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reproducible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1474ac5

Please sign in to comment.