Skip to content

Commit

Permalink
change linters to not list pip freeze
Browse files Browse the repository at this point in the history
  • Loading branch information
Abe Coull committed Nov 8, 2023
1 parent a486c66 commit 6d65f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/braket/aws/aws_quantum_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def __init__(
aws_session: AwsSession | None = None,
poll_timeout_seconds: float = DEFAULT_RESULTS_POLL_TIMEOUT,
poll_interval_seconds: float = DEFAULT_RESULTS_POLL_INTERVAL,
logger: Logger = getLogger(__name__), # noqa
logger: Logger = getLogger(__name__),
):
"""Inits an `AwsQuantumTask`.
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ extras = test
[testenv:linters]
basepython = python3
skip_install = true
list_dependencies_command = echo
deps =
{[testenv:ruff-format]deps}
{[testenv:ruff-check]deps}
Expand Down

0 comments on commit 6d65f0c

Please sign in to comment.