mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 20:25:01 +00:00
fix: Remove unused linter
variable in get_supported_languages_md
function
This commit is contained in:
parent
b86dde5f0d
commit
65247353bd
1 changed files with 0 additions and 3 deletions
|
@ -530,14 +530,11 @@ def get_scm_fname(lang):
|
|||
def get_supported_languages_md():
|
||||
from grep_ast.parsers import PARSERS
|
||||
|
||||
from aider.linter import Linter
|
||||
|
||||
res = """
|
||||
| Language | File extension | Repo map | Linter |
|
||||
|:--------:|:--------------:|:--------:|:------:|
|
||||
"""
|
||||
data = sorted((lang, ex) for ex, lang in PARSERS.items())
|
||||
linter = Linter()
|
||||
|
||||
for lang, ext in data:
|
||||
fn = get_scm_fname(lang)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue