Skip to content

Commit

Permalink
updating check_pydantic count
Browse files Browse the repository at this point in the history
  • Loading branch information
jmansdorfer committed Dec 19, 2024
1 parent e96c864 commit 68ae3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/community/scripts/check_pydantic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 decrease update the code in the repository
# and allow decreasing the count of are welcome!
current_count=124
current_count=123

if [ "$count" -gt "$current_count" ]; then
echo "The PR seems to be introducing new usage of @root_validator and/or @field_validator."
Expand Down

0 comments on commit 68ae3ff

Please sign in to comment.