diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2338b17d..4708fdac 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -52,7 +52,7 @@ repos: - id: isort - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.1.1 hooks: - id: black diff --git a/tests/conftest.py b/tests/conftest.py index d427b95e..308b0ac6 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -1,4 +1,5 @@ """Describe overall framework configuration.""" + import pytest from boto3 import Session from botocore.client import BaseClient diff --git a/tests/settings.py b/tests/settings.py index 78110995..637432ec 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -1,4 +1,5 @@ """Describe project settings""" + import os BASEDIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))