style: Format test file

This commit is contained in:
Paul Gauthier (aider) 2025-05-13 13:42:04 -07:00
parent 9cf373039e
commit 6aa05ab11c

View file

@ -860,7 +860,9 @@ two
self.assertNotIn(str(ignored_file.resolve()), coder.abs_fnames)
self.assertIn(str(regular_file.resolve()), coder.abs_fnames)
mock_io.tool_warning.assert_any_call(f"Skipping {ignored_file.name} that matches gitignore spec.")
mock_io.tool_warning.assert_any_call(
f"Skipping {ignored_file.name} that matches gitignore spec."
)
def test_check_for_urls(self):
io = InputOutput(yes=True)