Skip to content

Commit c223cff

Browse files
[pre-commit.ci] pre-commit autoupdate (#3135)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/astral-sh/ruff-pre-commit: v0.0.291 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.291...v0.0.292) Signed-off-by: Bernát Gábor <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bab2d2a commit c223cff

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.4.0
3+
rev: v4.5.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/psf/black
8-
rev: 23.9.1
8+
rev: 23.10.0
99
hooks:
1010
- id: black
1111
- repo: https://github.com/codespell-project/codespell
12-
rev: v2.2.5
12+
rev: v2.2.6
1313
hooks:
1414
- id: codespell
1515
args: ["--ignore-words-list", "crate,releas", "--skip", "*.svg"]
@@ -36,7 +36,7 @@ repos:
3636
- id: blacken-docs
3737
additional_dependencies: [black==23.7]
3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.0.291
39+
rev: v0.1.1
4040
hooks:
4141
- id: ruff
4242
args: [--fix, --exit-non-zero-on-fix]

docs/changelog.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ Bugfixes - 4.1.1
538538

539539
Improved Documentation - 4.1.1
540540
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
541-
- Add faq entry about re-use of environments - by :user:`jugmac00`. (:issue:`2788`)
541+
- Add faq entry about reuse of environments - by :user:`jugmac00`. (:issue:`2788`)
542542

543543

544544
v4.1.0 (2022-12-29)

docs/upgrading.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,10 @@ Output changes
136136
- We now use colors for reporting, to help make the output easier to read for humans. This can be disabled via the
137137
``TERM=dumb`` or ``NO_COLOR=1`` environment variables, or the ``--colored no`` CLI argument.
138138

139-
Re-use of environments
139+
Reuse of environments
140140
----------------------
141141

142-
- It is no longer possible to re-use environments. While this might have been possible with tox version 3, this
142+
- It is no longer possible to reuse environments. While this might have been possible with tox version 3, this
143143
behavior was never supported, and possibly caused wrong results as illustrated in the following example.
144144

145145
.. code-block:: ini

src/tox/config/loader/ini/replace.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
class MatchRecursionError(ValueError):
40-
"""Could not stabalize on replacement value."""
40+
"""Could not stabilize on replacement value."""
4141

4242

4343
class MatchError(Exception):

0 commit comments

Comments
 (0)