Skip to content

Commit 616538d

Browse files
committed
🔧 Update (libraries): Pydantic 2.8.2 and Ruff 0.5.1
1 parent 09e7035 commit 616538d

3 files changed

Lines changed: 131 additions & 129 deletions

File tree

‎.pre-commit-config.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
- --keep-runtime-typing
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.5.0
32+
rev: v0.5.1
3333
hooks:
3434
# Run the linter.
3535
- id: ruff
@@ -51,7 +51,7 @@ repos:
5151
args: [ "--config", "pyproject.toml" ]
5252

5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: v0.5.0
54+
rev: v0.5.1
5555
hooks:
5656
# Run the formatter.
5757
- id: ruff-format

0 commit comments

Comments
 (0)