Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#5007)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jan 30, 2024
1 parent 48bdda5 commit 6a5ed74
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ repos:
- id: isort

- repo: https://github.com/psf/black
rev: 23.12.1
rev: 24.1.1
hooks:
- id: black

Expand Down
1 change: 1 addition & 0 deletions tests/settings.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Describe project settings"""

import os

BASEDIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
Expand Down
1 change: 0 additions & 1 deletion tests/suite/test_snippet_flag.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@

@pytest.mark.ingresses
class TestSnippetAnnotation:

"""
Checks if ingress snippets are enabled as a cli arg, that the value from a snippet annotation defined in an
ingress resource is set in the nginx conf.
Expand Down
1 change: 0 additions & 1 deletion tests/suite/test_virtual_server_backup_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def fin():
indirect=True,
)
class TestVirtualServerWithBackupService:

"""
This test validates that we still get a response back from the default
service, and not the backup service, as long as the default service is still available
Expand Down
1 change: 1 addition & 0 deletions tests/suite/utils/custom_assertions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Describe the custom assertion methods"""

import time

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/suite/utils/custom_resources_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Describe methods to utilize the kubernetes-client."""

import logging
import time
from pprint import pprint
Expand Down
1 change: 1 addition & 0 deletions tests/suite/utils/kube_config_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Describe methods to work with kubeconfig file."""

import pytest
import yaml

Expand Down
1 change: 1 addition & 0 deletions tests/suite/utils/nginx_api_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Describe the methods to work with nginx api"""

import ast

import pytest
Expand Down
1 change: 1 addition & 0 deletions tests/suite/utils/resources_utils.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Describe methods to utilize the kubernetes-client."""

import json
import os
import re
Expand Down

0 comments on commit 6a5ed74

Please sign in to comment.