Skip to content

Commit

Permalink
Update codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 9, 2023
1 parent 3dbc3d8 commit 37f663e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ repos:
args: [tests]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.5
rev: v2.2.6
hooks:
- id: codespell
args: [-L, alog]

- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
6 changes: 3 additions & 3 deletions tests/test_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_stdout_monkeypatch(self, monkeypatch, capsys):
class TestPrintLoggerFactory:
def test_does_not_cache(self):
"""
Due to doctest weirdness, we must not re-use PrintLoggers.
Due to doctest weirdness, we must not reuse PrintLoggers.
"""
f = PrintLoggerFactory()

Expand All @@ -180,7 +180,7 @@ def test_ignores_args(self):
class TestWriteLoggerFactory:
def test_does_not_cache(self):
"""
Due to doctest weirdness, we must not re-use WriteLoggers.
Due to doctest weirdness, we must not reuse WriteLoggers.
"""
f = WriteLoggerFactory()

Expand Down Expand Up @@ -314,7 +314,7 @@ def test_deepcopy_no_stdout(self, tmp_path):
class TestBytesLoggerFactory:
def test_does_not_cache(self):
"""
Due to doctest weirdness, we must not re-use BytesLoggers.
Due to doctest weirdness, we must not reuse BytesLoggers.
"""
f = BytesLoggerFactory()

Expand Down

0 comments on commit 37f663e

Please sign in to comment.