Skip to content

Commit 693b258

Browse files
ci(pre-commit.ci): autoupdate (#24)
* ci(pre-commit.ci): autoupdate updates: - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.8.1](astral-sh/ruff-pre-commit@v0.7.4...v0.8.1) * style(pre-commit.ci): auto fixes [...] --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent cf78bdd commit 693b258

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.7.4
8+
rev: v0.8.1
99
hooks:
1010
- id: ruff
1111
args: [--fix]

src/pydantic_compat/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
__author__ = "Talley Lambert"
1616
__email__ = "[email protected]"
1717
__all__ = [
18+
"PYDANTIC2",
19+
"BaseModel",
20+
"Field",
21+
"PydanticCompatMixin",
1822
"__version__",
1923
"field_validator",
2024
"model_validator",
21-
"PYDANTIC2",
22-
"PydanticCompatMixin",
2325
"root_validator",
2426
"validator",
25-
"Field",
26-
"BaseModel",
2727
]
2828

2929
from ._shared import PYDANTIC2

0 commit comments

Comments
 (0)