Skip to content

Commit eadcf46

Browse files
[pre-commit.ci] pre-commit autoupdate (#48)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.6 → v0.9.4](astral-sh/ruff-pre-commit@v0.8.6...v0.9.4) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) * [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 82b4dff commit eadcf46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
- id: requirements-txt-fixer
2424
- id: trailing-whitespace
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.8.6
26+
rev: v0.9.4
2727
hooks:
2828
- id: ruff
2929
- id: ruff-format
@@ -41,7 +41,7 @@ repos:
4141
additional_dependencies: [setuptools-scm, wheel]
4242
- repo: https://github.com/codespell-project/codespell
4343
# Configuration for codespell is in pyproject.toml
44-
rev: v2.3.0
44+
rev: v2.4.1
4545
hooks:
4646
- id: codespell
4747
additional_dependencies:

tests/tests/test_general.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,6 @@ def test_named_logger_doesnt_propagate(tmp_path, capsys):
209209

210210
assert "XN$£" not in captured.out, "logger initially writing to stdout"
211211
assert "YYXX" in captured.out, "root is not writing to stdout"
212-
assert (
213-
"PQ&*" not in captured.out
214-
), "logger writing to stdout through root handler"
212+
assert "PQ&*" not in captured.out, (
213+
"logger writing to stdout through root handler"
214+
)

0 commit comments

Comments
 (0)