diff --git a/news/+pre-commit.bugfix b/news/+pre-commit.bugfix new file mode 100644 index 00000000..03789aec --- /dev/null +++ b/news/+pre-commit.bugfix @@ -0,0 +1 @@ +Bump some pre-commit tools' versions @gforcada diff --git a/src/plone/meta/default/pre-commit-config.yaml.j2 b/src/plone/meta/default/pre-commit-config.yaml.j2 index 439fde67..37aa1a36 100644 --- a/src/plone/meta/default/pre-commit-config.yaml.j2 +++ b/src/plone/meta/default/pre-commit-config.yaml.j2 @@ -17,7 +17,7 @@ repos: hooks: - id: black - repo: https://github.com/collective/zpretty - rev: 4.0.0 + rev: 4.0.3 hooks: - id: zpretty %(zpretty_extra_lines)s @@ -59,7 +59,7 @@ repos: hooks: - id: check-manifest - repo: https://github.com/regebro/pyroma - rev: "5.0.1" + rev: "5.1b1" hooks: - id: pyroma - repo: https://github.com/mgedmin/check-python-versions