Skip to content

Commit 936fabb

Browse files
[pre-commit.ci] pre-commit autoupdate (#89)
<!--pre-commit.ci start--> updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.3](python-jsonschema/check-jsonschema@0.37.2...0.37.3) - [github.com/tox-dev/pyproject-fmt: v2.23.0 → v2.24.1](tox-dev/pyproject-fmt@v2.23.0...v2.24.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.16 → v0.15.17](astral-sh/ruff-pre-commit@v0.15.16...v0.15.17) - [github.com/rbubley/mirrors-prettier: v3.8.3 → v3.8.4](rbubley/mirrors-prettier@v3.8.3...v3.8.4) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
1 parent ca8d938 commit 936fabb

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.37.2
8+
rev: 0.37.3
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
@@ -15,17 +15,17 @@ repos:
1515
- id: codespell
1616
additional_dependencies: ["tomli>=2.4"]
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: "v2.23.0"
18+
rev: "v2.24.1"
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.15.16"
22+
rev: "v0.15.17"
2323
hooks:
2424
- id: ruff-format
2525
- id: ruff
2626
args: ["--fix", "--unsafe-fixes", "--exit-non-zero-on-fix"]
2727
- repo: https://github.com/rbubley/mirrors-prettier
28-
rev: "v3.8.3"
28+
rev: "v3.8.4"
2929
hooks:
3030
- id: prettier
3131
additional_dependencies:

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def session_cache(tmp_path_factory: pytest.TempPathFactory) -> DiskCache:
1515
return DiskCache(tmp_path_factory.mktemp("python-discovery-cache"))
1616

1717

18-
@pytest.fixture(autouse=True)
18+
@pytest.fixture(autouse=True) # noqa: RUF076
1919
def _ensure_py_info_cache_empty(session_cache: DiskCache) -> Generator[None]:
2020
PythonInfo.clear_cache(session_cache)
2121
yield

0 commit comments

Comments
 (0)