From 25630ca49973d96240182fafc478ab1134029fec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:14:23 +0000 Subject: [PATCH 1/2] chore(deps): bump googleapis/release-please-action from 4 to 5 Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4 to 5. - [Release notes](https://github.com/googleapis/release-please-action/releases) - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/release-please-action/compare/v4...v5) --- updated-dependencies: - dependency-name: googleapis/release-please-action dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-please.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index a9d44c5..5970903 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,7 +13,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@v4 + - uses: googleapis/release-please-action@v5 with: config-file: .github/release-please-config.json manifest-file: .github/.release-please-manifest.json From a72fbab917c4ddb7ec1a312db6058d755f96f562 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 03:18:52 +0000 Subject: [PATCH 2/2] chore(pre-commit): apply automatic fixes Auto-generated commit from pre-commit.ci. See https://pre-commit.ci for details. --- lazyvim.json | 2 +- lua/config/options.lua | 1 - lua/plugins/dap.lua | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lazyvim.json b/lazyvim.json index 9859869..ce2872f 100644 --- a/lazyvim.json +++ b/lazyvim.json @@ -27,4 +27,4 @@ "NEWS.md": "11866" }, "version": 8 -} \ No newline at end of file +} diff --git a/lua/config/options.lua b/lua/config/options.lua index 9119eb2..a39ad5d 100644 --- a/lua/config/options.lua +++ b/lua/config/options.lua @@ -8,7 +8,6 @@ local o = vim.opt g.lazyvim_python_ruff = "ruff" g.ai_cmp = false - -- auto format on save -- vim.g.autoformat = false diff --git a/lua/plugins/dap.lua b/lua/plugins/dap.lua index 0f6e631..347e264 100644 --- a/lua/plugins/dap.lua +++ b/lua/plugins/dap.lua @@ -39,4 +39,4 @@ return { require("dap-view").setup(opts) end, }, -} \ No newline at end of file +}