Skip to content

Commit

Permalink
Merge branch 'develop' into release/0.4.1
Browse files Browse the repository at this point in the history
# Conflicts:
#	poetry.lock
#	pyproject.toml
  • Loading branch information
James Wood authored and James Wood committed Jan 2, 2025
2 parents fbfc887 + 2b92c8d commit 70f37ce
Show file tree
Hide file tree
Showing 5 changed files with 202 additions and 218 deletions.
3 changes: 2 additions & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ disable=invalid-name,
too-many-arguments,
too-many-statements,
too-many-branches,
global-statement
global-statement,
too-many-positional-arguments

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down
1 change: 0 additions & 1 deletion podaac/hitide_backfill_post_step/bootstrap_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from . import utils


# pylint: disable=too-many-positional-arguments
def create_user(host, root_user, root_pass, new_user, user_pass, db_name):
"""Function to create database user and grant permission to db"""

Expand Down
1 change: 0 additions & 1 deletion podaac/hitide_backfill_post_step/lambda_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ def lambda_handler(event, context): # pylint: disable=unused-argument, disable-
logger.error(ex)


# pylint: disable=too-many-positional-arguments
def cli_execution_get_or_create(session, execution_uuid, username, short_name, version, start, end):
"""Get or create cli execution in database"""

Expand Down
1 change: 0 additions & 1 deletion podaac/hitide_backfill_sqs_to_step/lambda_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def create_single_step(cma_message, step_arn, client):
)


# pylint: disable=too-many-positional-arguments
def create_stepfunctions(process_num_messages, sqs_url, sqs_client, client, tig_step_arn,
forge_step_arn, dmrpp_step_arn, visibility_timeout, conn=None):
"""multi process function to create all step functions"""
Expand Down
Loading

0 comments on commit 70f37ce

Please sign in to comment.