Skip to content

Commit

Permalink
linting and requirements fixes
Browse files Browse the repository at this point in the history
add tabulate to requirements.txt
  • Loading branch information
anish-mudaraddi committed Dec 2, 2024
1 parent 15cdaa3 commit 1792af0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pytest
pylint
openstacksdk
pre-commit
tabulate
1 change: 1 addition & 0 deletions tests/query_blocks/test_query_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def parse_where_runner_fixture(
mock_kwargs = {"arg1": "val1", "arg2": "val2"}

# pylint:disable=too-many-arguments
# pylint:disable=too-many-positional-arguments
def _parse_where_runner(
mock_get_filter_return,
mock_get_filter_func_return,
Expand Down
1 change: 1 addition & 0 deletions tests/test_query_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ def run_build_query_deps_test_case_fixture():
"""Fixture for running build_query_deps"""

# pylint:disable=too-many-arguments
# pylint:disable=too-many-positional-arguments
@patch("openstackquery.query_factory.QueryBuilder")
@patch("openstackquery.query_factory.QueryOutput")
@patch("openstackquery.query_factory.QueryParser")
Expand Down

0 comments on commit 1792af0

Please sign in to comment.