File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -29,19 +29,19 @@ repos:
29
29
- id : trailing-whitespace
30
30
31
31
- repo : https://github.com/codespell-project/codespell
32
- rev : v2.3.0
32
+ rev : v2.4.1
33
33
hooks :
34
34
- id : codespell
35
35
additional_dependencies :
36
36
- tomli
37
37
38
38
- repo : https://github.com/astral-sh/ruff-pre-commit
39
- rev : v0.8.6
39
+ rev : v0.9.4
40
40
hooks :
41
41
- id : ruff
42
42
43
43
- repo : https://github.com/psf/black
44
- rev : 24.10 .0
44
+ rev : 25.1 .0
45
45
hooks :
46
46
- id : black
47
47
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ def get_version():
88
88
NESTED_DOC_KEY = "_childDocuments_"
89
89
90
90
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 ]+"
92
92
)
93
93
94
94
You can’t perform that action at this time.
0 commit comments