mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 20:35:00 +00:00
style: Fix linting issues in test_main.py
This commit is contained in:
parent
183f831a7e
commit
f879f4f432
1 changed files with 7 additions and 9 deletions
|
@ -749,9 +749,7 @@ class TestMain(TestCase):
|
|||
# Create an includable config file with user settings
|
||||
include_config = git_dir / "included.gitconfig"
|
||||
include_config.write_text(
|
||||
"[user]\n"
|
||||
" name = Included User\n"
|
||||
" email = included@example.com\n"
|
||||
"[user]\n name = Included User\n email = included@example.com\n"
|
||||
)
|
||||
|
||||
# Set up main git config to include the other file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue