Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update black (23.1.0) and commitizen (2.40.0) #2479

Merged
merged 1 commit into from
Feb 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 0 additions & 1 deletion gitlab/exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ def __init__(
response_code: Optional[int] = None,
response_body: Optional[bytes] = None,
) -> None:

Exception.__init__(self, error_message)
# Http status code
self.response_code = response_code
Expand Down
4 changes: 2 additions & 2 deletions requirements-lint.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-r requirements.txt
argcomplete==2.0.0
black==22.10.0
commitizen==2.35.0
black==23.1.0
commitizen==2.40.0
flake8==5.0.4
isort==5.10.1
mypy==0.981
Expand Down
2 changes: 0 additions & 2 deletions tests/functional/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def reset_gitlab(gl: gitlab.Gitlab) -> None:
helpers.safe_delete(project)

for group in gl.groups.list():

# skip deletion of a descendant group to prevent scenarios where parent group
# gets deleted leaving a dangling descendant whose deletion will throw 404s.
if group.parent_id:
Expand Down Expand Up @@ -243,7 +242,6 @@ def gitlab_token(
docker_services,
fixture_dir: pathlib.Path,
) -> str:

start_time = time.perf_counter()
logging.info("Waiting for GitLab container to become ready.")
docker_services.wait_until_responsive(
Expand Down
1 change: 0 additions & 1 deletion tests/unit/objects/test_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

@pytest.fixture
def resp_application_statistics():

with responses.RequestsMock() as rsps:
rsps.add(
method=responses.GET,
Expand Down