Skip to content

Commit 952c6e5

Browse files
[pre-commit.ci] pre-commit autoupdate (#93)
<!--pre-commit.ci start--> updates: - [github.com/tox-dev/pyproject-fmt: v2.25.0 → v2.25.1](tox-dev/pyproject-fmt@v2.25.0...v2.25.1) - [github.com/astral-sh/ruff-pre-commit: v0.15.18 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.18...v0.15.20) - [github.com/rbubley/mirrors-prettier: v3.8.4 → v3.9.1](rbubley/mirrors-prettier@v3.8.4...v3.9.1) <!--pre-commit.ci end--> --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 67478b4 commit 952c6e5

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.25.0"
18+
rev: "v2.25.1"
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.15.18"
22+
rev: "v0.15.20"
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.4"
28+
rev: "v3.9.1"
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) # noqa: RUF076
18+
@pytest.fixture(autouse=True)
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)