Compare commits

...

2 Commits

Author SHA1 Message Date
Eugene Yurtsev
1d2e20e9f2 x 2024-09-20 17:48:07 -04:00
Eugene Yurtsev
11ed6b0baa x 2024-09-20 17:29:57 -04:00
2 changed files with 20 additions and 0 deletions

2
.grit/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
.gritmodules*
*.log

View File

@@ -0,0 +1,18 @@
---
level: error
---
# Pydantic Usage
Please restrict usage of pydantic to the following list of allowed classes and
functions: BaseModel, SecretStr, ValidatorError, Field, ConfigDict, PrivateAttr, model_validator
```grit
engine marzano(0.1)
language python
`from pydantic import $y` where {
$y <: ! every contains or {"model_validator", "BaseModel", "field_validator", "SecretStr", "ValidationError", "Field", "ConfigDict", "PrivateAttr"}
}
```