From 2da5867e6cd0cfdab568839aae34d956896f61c7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:52:37 +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/editorconfig-checker/editorconfig-checker.python: 3.0.3 → 3.1.2](https://github.com/editorconfig-checker/editorconfig-checker.python/compare/3.0.3...3.1.2) - [github.com/rhysd/actionlint: v1.7.3 → v1.7.7](https://github.com/rhysd/actionlint/compare/v1.7.3...v1.7.7) - [github.com/executablebooks/mdformat: 0.7.17 → 0.7.21](https://github.com/executablebooks/mdformat/compare/0.7.17...0.7.21) - [github.com/DavidAnson/markdownlint-cli2: v0.14.0 → v0.17.2](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.14.0...v0.17.2) - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.9.2](https://github.com/astral-sh/ruff-pre-commit/compare/v0.6.9...v0.9.2) - [github.com/kumaraditya303/mirrors-pyright: v1.1.383 → v1.1.392](https://github.com/kumaraditya303/mirrors-pyright/compare/v1.1.383...v1.1.392) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 71d2689..6c0370b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: args: - --msg-filename - repo: https://github.com/editorconfig-checker/editorconfig-checker.python - rev: 3.0.3 + rev: 3.1.2 hooks: - id: editorconfig-checker - repo: https://github.com/jumanjihouse/pre-commit-hooks @@ -47,7 +47,7 @@ repos: hooks: - id: check-mailmap - repo: https://github.com/rhysd/actionlint - rev: v1.7.3 + rev: v1.7.7 hooks: - id: actionlint - repo: https://github.com/adrienverge/yamllint @@ -55,7 +55,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/executablebooks/mdformat - rev: 0.7.17 + rev: 0.7.21 hooks: - id: mdformat additional_dependencies: @@ -69,18 +69,18 @@ repos: - mdformat-config - mdformat-web - repo: https://github.com/DavidAnson/markdownlint-cli2 - rev: v0.14.0 + rev: v0.17.2 hooks: - id: markdownlint-cli2 additional_dependencies: - markdown-it-texmath - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.6.9 + rev: v0.9.2 hooks: - id: ruff - id: ruff-format - repo: https://github.com/kumaraditya303/mirrors-pyright - rev: v1.1.383 + rev: v1.1.392 hooks: - id: pyright From 18e6a0d4374eb053f902f5a5af8f8eb30b5e8aa5 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:52:46 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/resources/configure.md b/docs/resources/configure.md index d72ebe1..f864e3a 100644 --- a/docs/resources/configure.md +++ b/docs/resources/configure.md @@ -80,11 +80,11 @@ vim.api.nvim_create_autocmd({ "BufEnter" }, { ```toml [[language]] name = "muttrc" -language-servers = [ "mutt-language-server",] +language-servers = ["mutt-language-server"] [[language]] name = "neomuttrc" -language-servers = [ "mutt-language-server",] +language-servers = ["mutt-language-server"] [language_server.mutt-language-server] command = "mutt-language-server" @@ -98,7 +98,7 @@ command = "mutt-language-server" ```toml [language_server.mutt-language-server] -filetypes = [ "muttrc", "neomuttrc",] +filetypes = ["muttrc", "neomuttrc"] command = "mutt-language-server" ```