fix(core): Reorder field_validator and classmethod to fit Pydantic V2. (#5257)
This commit is contained in:
parent
e95f8fa3dc
commit
5a99aeb864
11 changed files with 17 additions and 15 deletions
|
|
@ -9,7 +9,7 @@ if ! command -v ruff &> /dev/null; then
|
|||
fi
|
||||
|
||||
# run ruff linter
|
||||
ruff check --fix --preview ./api
|
||||
ruff check --fix ./api
|
||||
|
||||
# env files linting relies on `dotenv-linter` in path
|
||||
if ! command -v dotenv-linter &> /dev/null; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue