Skip to content

Commit 7dd6179

Browse files
⬆️ auto update by pre-commit hooks (#137)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b258ae5 commit 7dd6179

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.7.2
10+
rev: v0.8.1
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]

nb_cli/compat.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
PYDANTIC_V2 = int(VERSION.split(".", 1)[0]) == 2
1515

1616
__all__ = (
17-
"Required",
18-
"PydanticUndefined",
19-
"PydanticUndefinedType",
20-
"ConfigDict",
2117
"DEFAULT_CONFIG",
18+
"ConfigDict",
2219
"FieldInfo",
2320
"ModelField",
21+
"PydanticUndefined",
22+
"PydanticUndefinedType",
23+
"Required",
2424
"extract_field_info",
25-
"model_field_validate",
26-
"model_fields",
2725
"model_config",
2826
"model_dump",
29-
"type_validate_python",
27+
"model_field_validate",
28+
"model_fields",
3029
"type_validate_json",
30+
"type_validate_python",
3131
)
3232

3333

0 commit comments

Comments
 (0)