fix(core): Reorder field_validator and classmethod to fit Pydantic V2. (#5257)

This commit is contained in:
-LAN-
2024-06-17 10:04:28 +08:00
committed by GitHub
parent e95f8fa3dc
commit 5a99aeb864
11 changed files with 17 additions and 15 deletions

View File

@@ -7,6 +7,7 @@ exclude = [
line-length = 120
[tool.ruff.lint]
preview = true
select = [
"B", # flake8-bugbear rules
"F", # pyflakes rules