From 3581d2526e1faf1b877736f38270f9bdb90812df Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 23:54:57 +0000 Subject: [PATCH] chore(deps): bump pre-commit linter versions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/Lucas-C/pre-commit-hooks: v1.5.4 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks/compare/v1.5.4...v1.5.5) - [github.com/asottile/pyupgrade: v3.15.0 → v3.15.1](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.15.1) - [github.com/antonbabenko/pre-commit-terraform: v1.86.0 → v1.87.1](https://github.com/antonbabenko/pre-commit-terraform/compare/v1.86.0...v1.87.1) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d6e8629..60f9f55 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -68,7 +68,7 @@ repos: - -d ungrouped-imports # conflicts with reorder-python-imports - -d wrong-import-order # conflicts with reorder-python-imports - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: v1.5.4 + rev: v1.5.5 hooks: - id: remove-crlf - id: remove-tabs @@ -79,7 +79,7 @@ repos: - id: reorder-python-imports args: [--py311-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.15.0 + rev: v3.15.1 hooks: - id: pyupgrade args: [--py311-plus] @@ -225,7 +225,7 @@ repos: # terraform - repo: https://github.com/antonbabenko/pre-commit-terraform - rev: v1.86.0 + rev: v1.87.1 hooks: - id: terraform_fmt - id: terraform_validate