chore(cli): select ALL rules with exclusions (#31936)

Co-authored-by: Mason Daugherty <mason@langchain.dev>
This commit is contained in:
Christophe Bornet
2025-08-12 00:43:11 +02:00
committed by GitHub
parent 09a616fe85
commit cf2b4bbe09
15 changed files with 78 additions and 89 deletions

View File

@@ -129,6 +129,7 @@ def new(
subprocess.run(
["poetry", "install", "--with", "lint,test,typing,test_integration"], # noqa: S607
cwd=destination_dir,
check=True,
)
else:
# confirm src and dst are the same length