Skip to content

Commit bfb5b70

Browse files
authored
Merge pull request #295 from plone/gforcada-patch-2
Update pre-commit-config.yaml.j2
2 parents 3a1d194 + 008dc99 commit bfb5b70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/plone/meta/default/pre-commit-config.yaml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ repos:
99
- id: pyupgrade
1010
args: [--py38-plus]
1111
- repo: https://github.com/pycqa/isort
12-
rev: 6.0.1
12+
rev: 6.1.0
1313
hooks:
1414
- id: isort
15-
- repo: https://github.com/psf/black
16-
rev: 25.1.0
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: 25.9.0
1717
hooks:
1818
- id: black
1919
- repo: https://github.com/collective/zpretty

0 commit comments

Comments
 (0)