Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (pytest-dev#13167)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
pre-commit-ci[bot] authored Jan 28, 2025
1 parent 991db2e commit 2f36984
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.9.2"
rev: "v0.9.3"
hooks:
- id: ruff
args: ["--fix"]
Expand All @@ -21,7 +21,7 @@ repos:
- id: blacken-docs
additional_dependencies: [black==24.1.1]
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
rev: v2.4.0
hooks:
- id: codespell
args: ["--toml=pyproject.toml"]
Expand Down
2 changes: 1 addition & 1 deletion doc/en/how-to/cache.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ The new config.cache object
Plugins or conftest.py support code can get a cached value using the
pytest ``config`` object. Here is a basic example plugin which
implements a :ref:`fixture <fixture>` which re-uses previously created state
implements a :ref:`fixture <fixture>` which reuses previously created state
across pytest invocations:

.. code-block:: python
Expand Down

0 comments on commit 2f36984

Please sign in to comment.