mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
updated lint cmd descriptions
This commit is contained in:
parent
ee516e3958
commit
57a2c61386
3 changed files with 5 additions and 8 deletions
|
@ -1,9 +1,9 @@
|
|||
import os
|
||||
import re
|
||||
import subprocess
|
||||
import sys
|
||||
import traceback
|
||||
import warnings
|
||||
import re
|
||||
from dataclasses import dataclass
|
||||
from pathlib import Path
|
||||
|
||||
|
@ -205,9 +205,6 @@ def traverse_tree(node):
|
|||
return errors
|
||||
|
||||
|
||||
import re
|
||||
|
||||
|
||||
def find_filenames_and_linenums(text, fnames):
|
||||
"""
|
||||
Search text for all occurrences of <filename>:\\d+ and make a list of them
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue