diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 217ace3..95c6e01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.16.1 + rev: v0.16.2 hooks: - id: ruff args: - --fix - id: ruff-format - repo: https://github.com/astral-sh/ty-pre-commit - rev: v0.0.68 + rev: v0.0.71 hooks: - id: ty - repo: https://github.com/codespell-project/codespell