Add additional line break to reduce chars in line for pre-commit test

This commit is contained in:
Kenny Y 2023-05-28 08:28:45 -04:00
parent 7aa2a8c60d
commit 111e7a844b
No known key found for this signature in database
GPG Key ID: 6048F488EF01A7F1
1 changed files with 2 additions and 1 deletions

View File

@ -1384,7 +1384,8 @@ class Config:
args.extend(sorted(glob.iglob(path, recursive=True))) args.extend(sorted(glob.iglob(path, recursive=True)))
if testpaths and not args: if testpaths and not args:
warning_text = ( 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." "Searching recursively from the current directory instead."
) )
self.issue_config_time_warning( self.issue_config_time_warning(