From 111e7a844b7c719839c22ce3efc2bbc7ae44f857 Mon Sep 17 00:00:00 2001 From: Kenny Y <24802984+kenny-y-dev@users.noreply.github.com> Date: Sun, 28 May 2023 08:28:45 -0400 Subject: [PATCH] Add additional line break to reduce chars in line for pre-commit test --- src/_pytest/config/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/_pytest/config/__init__.py b/src/_pytest/config/__init__.py index 47a462e70..23b17b9a6 100644 --- a/src/_pytest/config/__init__.py +++ b/src/_pytest/config/__init__.py @@ -1384,7 +1384,8 @@ class Config: args.extend(sorted(glob.iglob(path, recursive=True))) if testpaths and not args: warning_text = ( - "No files were found in testpaths; consider removing or adjusting your testpaths configuration. " + "No files were found in testpaths; " + "consider removing or adjusting your testpaths configuration. " "Searching recursively from the current directory instead." ) self.issue_config_time_warning(