diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 8f51614507..869bafd91c 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -36,10 +36,6 @@ jobs: - name: Install luarocks uses: leafo/gh-actions-luarocks@v6 - # Pin pre-commit to a specific version to avoid breaking changes. - - name: Install pre-commit - run: python -m pip install pre-commit==4.5.1 - - name: Run pre-commit hooks uses: pre-commit/action@v3.0.1 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a57f57b718..4bbfc98410 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -98,7 +98,7 @@ repos: - id: ruff-format - repo: https://github.com/cursorless-dev/talon-tools - rev: v0.9.0 + rev: v0.11.2 hooks: - id: talon-fmt - id: tree-sitter-fmt