mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Apply linter formatting to test_coder.py
This commit is contained in:
parent
1cc6841bad
commit
330c0fcd29
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue