Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading