Skip to content

Commit e3e75e9

Browse files
authored
Merge pull request #71 from plone/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate [ci-skip]
2 parents 4e5c8d6 + 024f060 commit e3e75e9

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
@@ -12,11 +12,11 @@ repos:
1212
- id: pyupgrade
1313
args: [--py38-plus]
1414
- repo: https://github.com/pycqa/isort
15-
rev: 5.13.2
15+
rev: 6.0.0
1616
hooks:
1717
- id: isort
1818
- repo: https://github.com/psf/black
19-
rev: 24.10.0
19+
rev: 25.1.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/collective/zpretty
@@ -44,7 +44,7 @@ repos:
4444
# """
4545
##
4646
- repo: https://github.com/codespell-project/codespell
47-
rev: v2.3.0
47+
rev: v2.4.1
4848
hooks:
4949
- id: codespell
5050
additional_dependencies:

plone/i18n/normalizer/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def baseNormalize(text):
4343
>>> baseNormalize(u"foo\N{LATIN CAPITAL LETTER I WITH CARON}")
4444
'fooI'
4545
46-
>>> baseNormalize(u"\u5317\u4EB0")
46+
>>> baseNormalize(u"\u5317\u4eb0")
4747
'Bei Jing'
4848
"""
4949
if not isinstance(text, str):

0 commit comments

Comments
 (0)