Christophe Bornet
20401df25d
chore(cli): fix some DOC rules (preview) ( #32839 )
...
Co-authored-by: Mason Daugherty <mason@langchain.dev >
2025-09-08 14:36:22 +00:00
Christophe Bornet
e3c4aeaea1
chore(cli): add mypy strict checking ( #32386 )
...
Co-authored-by: Mason Daugherty <mason@langchain.dev >
2025-08-30 13:02:45 -05:00
Christophe Bornet
8a1419dad1
chore(cli): add ruff rules ANN401 and D1 ( #32576 )
2025-08-30 12:41:16 -05:00
Christophe Bornet
cf2b4bbe09
chore(cli): select ALL rules with exclusions ( #31936 )
...
Co-authored-by: Mason Daugherty <mason@langchain.dev >
2025-08-11 22:43:11 +00:00
Christophe Bornet
46bbd52e81
chore(cli): add ruff rules D1 ( #32350 )
...
Co-authored-by: Mason Daugherty <mason@langchain.dev >
2025-08-11 22:25:30 +00:00
Michael Li
12d370a55a
fix(cli): exception to prevent swallowing unexpected errors ( #31983 )
2025-07-16 10:23:43 -04:00
Mason Daugherty
e7eac27241
ruff: more rules across the board & fixes ( #31898 )
...
* standardizes ruff dep version across all `pyproject.toml` files
* cli: ruff rules and corrections
* langchain: rules and corrections
2025-07-07 17:48:01 -04:00
Christophe Bornet
b8e9b4adfc
cli: Add ruff rule UP (pyupgrade) ( #31843 )
...
See https://docs.astral.sh/ruff/rules/#pyupgrade-up
All auto-fixed
Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com >
2025-07-03 14:12:46 +00:00
Erick Friis
14340ee7cd
use http.client instead of urllib3 ( #12660 )
...
dep problems with requests
cloudflare debugging not worth it with urllib
2023-11-01 11:15:05 -07:00
Erick Friis
4db8d82c55
CLI CI 2 ( #12387 )
...
Will run all CI because of _test change, but future PRs against CLI will
only trigger the new CLI one
Has a bunch of file changes related to formatting/linting.
No mypy yet - coming soon
2023-10-26 17:01:31 -07:00
Erick Friis
47070b8314
CLI ( #12284 )
...
Co-authored-by: Harrison Chase <hw.chase.17@gmail.com >
2023-10-25 11:06:58 -07:00