diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2a48f5c..9b0bf6a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ --- -exclude: ^templates/.*|.*\.json$ +exclude: ^templates/|\.json$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks @@ -27,7 +27,7 @@ repos: hooks: - id: remove-crlf - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.3.0 hooks: - id: codespell additional_dependencies: @@ -47,7 +47,7 @@ repos: hooks: - id: check-mailmap - repo: https://github.com/rhysd/actionlint - rev: v1.7.0 + rev: v1.7.1 hooks: - id: actionlint - repo: https://github.com/adrienverge/yamllint @@ -75,12 +75,12 @@ repos: additional_dependencies: - markdown-it-texmath - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.4.10 hooks: - id: ruff - id: ruff-format - repo: https://github.com/kumaraditya303/mirrors-pyright - rev: v1.1.362 + rev: v1.1.368 hooks: - id: pyright diff --git a/requirements.txt b/requirements.txt index 681fd77..9934d95 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ #!/usr/bin/env -S pip install -r -lsp-tree-sitter +lsp-tree-sitter >= 0.0.16 tree-sitter-make