Skip to content

Commit 9369396

Browse files
committed
⬆ Bump (libraries): Update ruff 0.6.5, pydantic 2.9.2, and fastapi 0.115.0
1 parent a46d824 commit 9369396

File tree

3 files changed

+372
-351
lines changed

3 files changed

+372
-351
lines changed

.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.6.2
32+
rev: v0.6.5
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.6.2
54+
rev: v0.6.5
5555
hooks:
5656
# Run the formatter.
5757
- id: ruff-format

0 commit comments

Comments
 (0)