Skip to content

Commit 60240cf

Browse files
committed
chore: update pre-commit hooks and dependencies
Upgraded hooks in `.pre-commit-config.yaml` and updated `uv.lock` to include latest dependency versions (`yamlfmt`, `ruff`, `mypy`, `fastapi`, `pydantic`, `httpx-sse`, `jsonschema`, `python-dotenv`, and others). Added new dependencies like `attrs`, `jsonschema-specifications`, `rpds-py`, and `referencing`.
1 parent 6b8bade commit 60240cf

File tree

2 files changed

+192
-42
lines changed

2 files changed

+192
-42
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/google/yamlfmt
11-
rev: v0.17.1
11+
rev: v0.17.2
1212
hooks:
1313
- id: yamlfmt
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.12.0
15+
rev: v0.12.1
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
@@ -22,7 +22,7 @@ repos:
2222
hooks:
2323
- id: pyproject-fmt
2424
- repo: https://github.com/astral-sh/uv-pre-commit
25-
rev: 0.7.13
25+
rev: 0.7.17
2626
hooks:
2727
- id: uv-lock
2828
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)