mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
Added empty lines for better readability.
This commit is contained in:
parent
9ee332f5d9
commit
990dda1122
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ class ExhaustedContextWindow(Exception):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
def wrap_fence(name):
|
def wrap_fence(name):
|
||||||
return f"<{name}>", f"</{name}>"
|
return f"<{name}>", f"</{name}>"
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,7 @@ from tree_sitter_languages import get_parser # noqa: E402
|
||||||
warnings.simplefilter("ignore", category=FutureWarning)
|
warnings.simplefilter("ignore", category=FutureWarning)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class Linter:
|
class Linter:
|
||||||
def __init__(self, encoding="utf-8", root=None):
|
def __init__(self, encoding="utf-8", root=None):
|
||||||
self.encoding = encoding
|
self.encoding = encoding
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue