Skip to content

Commit 9d27002

Browse files
[pre-commit.ci] pre-commit autoupdate (#181)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 115b0f1 commit 9d27002

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.29.1
8+
rev: 0.29.2
99
hooks:
1010
- id: check-github-workflows
1111
args: [ "--verbose" ]
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: pyproject-fmt
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: "v0.5.7"
27+
rev: "v0.6.3"
2828
hooks:
2929
- id: ruff-format
3030
- id: ruff

tests/test_logic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def opt_grp_name() -> tuple[str, str]:
2323
return "optional arguments", "optional-arguments" # pragma: no cover
2424

2525

26-
@pytest.fixture()
26+
@pytest.fixture
2727
def build_outcome(app: SphinxTestApp, request: SubRequest) -> str:
2828
prepare_marker = request.node.get_closest_marker("prepare")
2929
if prepare_marker:

0 commit comments

Comments
 (0)