diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4d7fdc8..6395f85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.22 + rev: v0.16.0 hooks: - id: ruff name: Lint with ruff @@ -35,7 +35,7 @@ repos: hooks: - id: typos - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.31 + rev: 0.11.32 hooks: - id: uv-lock name: Update uv lockfile