diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 320c297..dcd7cae 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/PyCQA/flake8 diff --git a/src/plone/meta/default/pre-commit-config.yaml.j2 b/src/plone/meta/default/pre-commit-config.yaml.j2 index d9453ad..439fde6 100644 --- a/src/plone/meta/default/pre-commit-config.yaml.j2 +++ b/src/plone/meta/default/pre-commit-config.yaml.j2 @@ -13,7 +13,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black-pre-commit-mirror - rev: 26.3.1 + rev: 26.5.1 hooks: - id: black - repo: https://github.com/collective/zpretty