Skip to content

Commit

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

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.7 → v0.6.1](astral-sh/ruff-pre-commit@v0.5.7...v0.6.1)

* fix ruff findings

Signed-off-by: Andrwe Lord Weber <[email protected]>

---------

Signed-off-by: Andrwe Lord Weber <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Andrwe Lord Weber <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and Andrwe authored Aug 20, 2024
1 parent b7c39b9 commit 3d66101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ repos:
types: [file]
files: "^tests/Dockerfile_.*"
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.5.7
rev: v0.6.1
hooks:
- id: ruff
additional_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def get_privoxy_args(shell: Subprocess) -> list[str]:
return _get_privoxy_args(shell)


@pytest.fixture()
@pytest.fixture
def webserver(httpserver) -> UrlParsed:
"""Start HTTP server and return parsed URL object."""
with Path(__file__).parent.joinpath("response.html").open(
Expand Down

0 comments on commit 3d66101

Please sign in to comment.