diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index caf34e5b..f857b483 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black - repo: https://github.com/collective/zpretty @@ -32,7 +32,7 @@ repos: # """ ## - repo: https://github.com/PyCQA/flake8 - rev: 6.1.0 + rev: 7.0.0 hooks: - id: flake8 diff --git a/plone/app/portlets/tests/base.py b/plone/app/portlets/tests/base.py index f2a77356..0a708acb 100644 --- a/plone/app/portlets/tests/base.py +++ b/plone/app/portlets/tests/base.py @@ -1,4 +1,5 @@ """Base class for integration tests.""" + from plone.app.portlets.testing import PLONE_APP_PORTLETS_INTEGRATION_TESTING import unittest