Skip to content

Commit

Permalink
Bump pylint from 3.2.7 to 3.3.0 (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Christopher Manteuffel <christopher.manteuffel@intel.com>
  • Loading branch information
dependabot[bot] and Chris-Sigopt authored Sep 30, 2024
1 parent 2d6dd95 commit f35dc0e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build==1.2.2
mock==5.1.0
pre-commit>=3.3.3,<4
pylint==3.2.7
pylint==3.3.0
pytest==8.3.3
sigopt>=8.8.2,<8.9
1 change: 1 addition & 0 deletions sigoptlite/broker.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def experiment_progress_dict(self):
observation_count=observation_count,
)

# pylint: disable=too-many-positional-arguments
def create_observation(self, assignments=None, values=None, suggestion=None, failed=False, task=None):
self.validate_observation_assignments_and_suggestions(assignments, suggestion)

Expand Down
1 change: 1 addition & 0 deletions test/base_test.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright © 2022 Intel Corporation
#
# SPDX-License-Identifier: Apache License 2.0
# pylint: disable=too-many-positional-arguments
import copy

import numpy
Expand Down
1 change: 1 addition & 0 deletions test/endpoints/test_observation.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Copyright © 2022 Intel Corporation
#
# SPDX-License-Identifier: Apache License 2.0
# pylint: disable=too-many-positional-arguments
import random
import sys

Expand Down

0 comments on commit f35dc0e

Please sign in to comment.