Skip to content

Commit 2f36984

Browse files
[pre-commit.ci] pre-commit autoupdate (pytest-dev#13167)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0)
1 parent 991db2e commit 2f36984

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: "v0.9.2"
3+
rev: "v0.9.3"
44
hooks:
55
- id: ruff
66
args: ["--fix"]
@@ -21,7 +21,7 @@ repos:
2121
- id: blacken-docs
2222
additional_dependencies: [black==24.1.1]
2323
- repo: https://github.com/codespell-project/codespell
24-
rev: v2.3.0
24+
rev: v2.4.0
2525
hooks:
2626
- id: codespell
2727
args: ["--toml=pyproject.toml"]

doc/en/how-to/cache.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The new config.cache object
199199
200200
Plugins or conftest.py support code can get a cached value using the
201201
pytest ``config`` object. Here is a basic example plugin which
202-
implements a :ref:`fixture <fixture>` which re-uses previously created state
202+
implements a :ref:`fixture <fixture>` which reuses previously created state
203203
across pytest invocations:
204204

205205
.. code-block:: python

0 commit comments

Comments
 (0)