mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 12:55:00 +00:00
style: Fix linting issues in test_main.py
This commit is contained in:
parent
dc9ff3a004
commit
3adb443ca5
1 changed files with 7 additions and 7 deletions
|
@ -783,7 +783,7 @@ class TestMain(TestCase):
|
||||||
git_config = git_dir / ".git" / "config"
|
git_config = git_dir / ".git" / "config"
|
||||||
original_config = git_config.read_text()
|
original_config = git_config.read_text()
|
||||||
with open(git_config, "a") as f:
|
with open(git_config, "a") as f:
|
||||||
f.write(f'\n[include]\n path = {include_config}\n')
|
f.write(f"\n[include]\n path = {include_config}\n")
|
||||||
|
|
||||||
# Verify the config is set up correctly
|
# Verify the config is set up correctly
|
||||||
repo = git.Repo(git_dir)
|
repo = git.Repo(git_dir)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue