diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dbb8524..7a6a09c 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/src/plone/app/robotframework/testing.py b/src/plone/app/robotframework/testing.py index 6e3a191..70c936b 100644 --- a/src/plone/app/robotframework/testing.py +++ b/src/plone/app/robotframework/testing.py @@ -1,4 +1,5 @@ """Test layers required to run plone.app.robotframework tests.""" + from Acquisition import aq_base from OFS.Application import AppInitializer from plone.app.robotframework.autologin import AutoLogin