Skip to content

Commit 851e987

Browse files
[pre-commit.ci] pre-commit autoupdate (#3470)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.0](codespell-project/codespell@v2.3.0...v2.4.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.2 → v0.9.3](astral-sh/ruff-pre-commit@v0.9.2...v0.9.3) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4da557a commit 851e987

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
@@ -10,7 +10,7 @@ repos:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
1212
- repo: https://github.com/codespell-project/codespell
13-
rev: v2.3.0
13+
rev: v2.4.0
1414
hooks:
1515
- id: codespell
1616
additional_dependencies: ["tomli>=2.1"]
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: validate-pyproject
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: "v0.9.2"
26+
rev: "v0.9.3"
2727
hooks:
2828
- id: ruff-format
2929
- id: ruff

docs/user_guide.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ The primary tox states are:
305305
:ref:`runner`. For `virtualenv` tox will use the `virtualenv discovery logic
306306
<https://virtualenv.pypa.io/en/latest/user_guide.html#python-discovery>`_ where the python specification is
307307
defined by the tox environments :ref:`base_python` (if not set will default to the environments name). This is
308-
created at first run only to be re-used at subsequent runs. If certain aspects of the project change (python
308+
created at first run only to be reused at subsequent runs. If certain aspects of the project change (python
309309
version, dependencies removed, etc.), a re-creation of the environment is automatically triggered. To force the
310310
recreation tox can be invoked with the :ref:`recreate` flag (``-r``).
311311

0 commit comments

Comments
 (0)