mirror of
https://github.com/hwchase17/langchain
synced 2024-11-10 01:10:59 +00:00
b55f6105c6
This linter is meant to move development to use __init__ instead of root_validator and validator. We need to investigate whether we need to lint some of the functionality of Field (e.g., `lt` and `gt`, `alias`) `alias` is the one that's most popular: (community) ➜ community git:(eugene/add_linter_to_community) ✗ git grep " Field(" | grep "alias=" | wc -l 144 (community) ➜ community git:(eugene/add_linter_to_community) ✗ git grep " Field(" | grep "ge=" | wc -l 10 (community) ➜ community git:(eugene/add_linter_to_community) ✗ git grep " Field(" | grep "gt=" | wc -l 4 |
||
---|---|---|
.. | ||
cli | ||
community | ||
core | ||
experimental | ||
langchain | ||
partners | ||
standard-tests | ||
text-splitters |