Skip to content

Commit 0dd157d

Browse files
[pre-commit.ci] pre-commit autoupdate (#493)
* [pre-commit.ci] pre-commit autoupdate updates: - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [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/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) * [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 25b3406 commit 0dd157d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ repos:
2929
- id: trailing-whitespace
3030

3131
- repo: https://github.com/codespell-project/codespell
32-
rev: v2.3.0
32+
rev: v2.4.1
3333
hooks:
3434
- id: codespell
3535
additional_dependencies:
3636
- tomli
3737

3838
- repo: https://github.com/astral-sh/ruff-pre-commit
39-
rev: v0.8.6
39+
rev: v0.9.4
4040
hooks:
4141
- id: ruff
4242

4343
- repo: https://github.com/psf/black
44-
rev: 24.10.0
44+
rev: 25.1.0
4545
hooks:
4646
- id: black
4747

pysolr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def get_version():
8888
NESTED_DOC_KEY = "_childDocuments_"
8989

9090
VALID_XML_CHARS_REGEX = re.compile(
91-
"[^\u0020-\uD7FF\u0009\u000A\u000D\uE000-\uFFFD\U00010000-\U0010FFFF]+"
91+
"[^\u0020-\ud7ff\u0009\u000a\u000d\ue000-\ufffd\U00010000-\U0010ffff]+"
9292
)
9393

9494

0 commit comments

Comments
 (0)