Skip to content

Commit

Permalink
⬆️ Upgrade lsp-tree-sitter
Browse files Browse the repository at this point in the history
Fix #18
  • Loading branch information
Freed-Wu committed Jun 30, 2024
1 parent 9727236 commit a092f7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
exclude: ^templates/.*|.*\.json$
exclude: ^templates/|\.json$

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down Expand Up @@ -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:
Expand All @@ -51,7 +51,7 @@ repos:
exclude_types:
- zsh
- repo: https://github.com/rhysd/actionlint
rev: v1.7.0
rev: v1.7.1
hooks:
- id: actionlint
- repo: https://github.com/adrienverge/yamllint
Expand Down Expand Up @@ -83,12 +83,12 @@ repos:
hooks:
- id: shfmt
- 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

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://python-jsonschema.readthedocs.io/en/stable/validate/#validating-formats
# validate hostname
fqdn
lsp-tree-sitter
lsp-tree-sitter >= 0.0.16
# ~/.config/pacman/template.md.j2
platformdirs
# validate uri
Expand Down

0 comments on commit a092f7d

Please sign in to comment.