mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-23 23:29:21 +00:00
x
This commit is contained in:
parent
5ef237cfb6
commit
5ab96e8dcb
@ -20,7 +20,7 @@ count=$(git grep -E '(@root_validator)|(@validator)|(@field_validator)|(@pre_ini
|
|||||||
# PRs that increase the current count will not be accepted.
|
# PRs that increase the current count will not be accepted.
|
||||||
# PRs that decrease update the code in the repository
|
# PRs that decrease update the code in the repository
|
||||||
# and allow decreasing the count of are welcome!
|
# and allow decreasing the count of are welcome!
|
||||||
current_count=128
|
current_count=127
|
||||||
|
|
||||||
if [ "$count" -gt "$current_count" ]; then
|
if [ "$count" -gt "$current_count" ]; then
|
||||||
echo "The PR seems to be introducing new usage of @root_validator and/or @field_validator."
|
echo "The PR seems to be introducing new usage of @root_validator and/or @field_validator."
|
||||||
|
Loading…
Reference in New Issue
Block a user