diff --git a/tests.py b/tests.py
index 259151585b83f3d407d66455d4d7b520e4a74aa2..fd4e0b9e8202b3c863791db4d4c26af57366d868 100644
--- a/tests.py
+++ b/tests.py
@@ -40,7 +40,9 @@ def create_mock_git_repository(target_directory, create_directory=True):
         # that.
         user_details = "-c user.name='Tes Ta' -c user.email='tester@some-ci.org'"
         subprocess.run(
-            f'git {user_details} commit -m "first commit" readme.txt', shell=True, check=True
+            f'git {user_details} commit -m "first commit" readme.txt',
+            shell=True,
+            check=True,
         )