From c48b21ec6bc9ea13ebeb2d49c77dc6e768518417 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:08:02 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v6.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.4.1](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.4.1) - [github.com/editorconfig-checker/editorconfig-checker.python: 2.7.3 → 3.4.0](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/2.7.3...3.4.0) - [github.com/rhysd/actionlint: v1.7.0 → v1.7.7](https://github.com/rhysd/actionlint/compare/v1.7.0...v1.7.7) - [github.com/adrienverge/yamllint: v1.35.1 → v1.37.1](https://github.com/adrienverge/yamllint/compare/v1.35.1...v1.37.1) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.22](https://github.com/executablebooks/mdformat/compare/0.7.17...0.7.22) - [github.com/DavidAnson/markdownlint-cli2: v0.13.0 → v0.18.1](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.13.0...v0.18.1) - [github.com/astral-sh/ruff-pre-commit: v0.4.4 → v0.13.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.4.4...v0.13.3) - [github.com/kumaraditya303/mirrors-pyright: v1.1.362 → v1.1.406](https://github.com/kumaraditya303/mirrors-pyright/compare/v1.1.362...v1.1.406) --- .pre-commit-config.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cbb39d8..a5f0c16 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ exclude: ^templates/|\.json$ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: fix-byte-order-marker @@ -27,7 +27,7 @@ repos: hooks: - id: remove-crlf - repo: https://github.com/codespell-project/codespell - rev: v2.2.6 + rev: v2.4.1 hooks: - id: codespell additional_dependencies: @@ -39,7 +39,7 @@ repos: args: - --msg-filename - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 2.7.3 + rev: 3.4.0 hooks: - id: editorconfig-checker - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -47,15 +47,15 @@ repos: hooks: - id: check-mailmap - repo: https://github.com/rhysd/actionlint - rev: v1.7.0 + rev: v1.7.7 hooks: - id: actionlint - repo: https://github.com/adrienverge/yamllint - rev: v1.35.1 + rev: v1.37.1 hooks: - id: yamllint - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.22 hooks: - id: mdformat additional_dependencies: @@ -69,18 +69,18 @@ repos: - mdformat-config - mdformat-web - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.13.0 + rev: v0.18.1 hooks: - id: markdownlint-cli2 additional_dependencies: - markdown-it-texmath - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.4 + rev: v0.13.3 hooks: - id: ruff - id: ruff-format - repo: https://github.com/kumaraditya303/mirrors-pyright - rev: v1.1.362 + rev: v1.1.406 hooks: - id: pyright From 949d63d2b8c04ee842399a1f2ae3f1bd135de035 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:19:23 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- docs/resources/configure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resources/configure.md b/docs/resources/configure.md index 704d047..43bb2c3 100644 --- a/docs/resources/configure.md +++ b/docs/resources/configure.md @@ -79,7 +79,7 @@ vim.api.nvim_create_autocmd({ "BufEnter" }, { ```toml [[language]] name = "tmux" -language-servers = [ "tmux-language-server",] +language-servers = ["tmux-language-server"] [language_server.tmux-language-server] command = "tmux-language-server" @@ -93,7 +93,7 @@ command = "tmux-language-server" ```toml [language_server.tmux-language-server] -filetypes = [ "tmux",] +filetypes = ["tmux"] command = "tmux-language-server" ```