mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
style: Apply linter formatting to test_coder.py
This commit is contained in:
@@ -191,7 +191,9 @@ class TestCoder(unittest.TestCase):
|
||||
|
||||
def test_check_for_file_mentions_read_only(self):
|
||||
with GitTemporaryDirectory():
|
||||
io = InputOutput(pretty=False, yes=False) # Set yes=False to simulate user not confirming
|
||||
io = InputOutput(
|
||||
pretty=False, yes=False
|
||||
) # Set yes=False to simulate user not confirming
|
||||
coder = Coder.create(self.GPT35, None, io)
|
||||
|
||||
fname = Path("readonly_file.txt")
|
||||
|
||||
Reference in New Issue
Block a user