diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 782b2cf..7599258 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.7 + rev: v0.16.8 hooks: - id: ruff-check args: [--fix] @@ -10,6 +10,6 @@ repos: # `uv check` under the hood, so kbforge's own dependencies resolve for ty -- # a local `entry: ty check` hook cannot see them. - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.80 + rev: v0.0.82 hooks: - id: ty