mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
chore: disable verbose mode in watch.py
This commit is contained in:
parent
c26d7d23b5
commit
41f126cad7
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ from watchfiles import watch
|
|||
|
||||
from aider.dump import dump # noqa
|
||||
|
||||
#ai turn off verbose!
|
||||
VERBOSE = True
|
||||
VERBOSE = False
|
||||
|
||||
|
||||
def is_source_file(path: Path) -> bool:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue