From 8fc78ca892d9e90314071d30435b91a7bf716b25 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 22:52:24 +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/mirrors-clang-format: v19.1.4 → v19.1.5](https://github.com/pre-commit/mirrors-clang-format/compare/v19.1.4...v19.1.5) - [github.com/pre-commit/mirrors-eslint: v9.16.0 → v9.17.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.16.0...v9.17.0) - [github.com/sqlfluff/sqlfluff: 3.2.5 → 3.3.0](https://github.com/sqlfluff/sqlfluff/compare/3.2.5...3.3.0) - [github.com/rubocop/rubocop: v1.69.1 → v1.69.2](https://github.com/rubocop/rubocop/compare/v1.69.1...v1.69.2) - [github.com/AleksaC/terraform-py: v1.10.1 → v1.10.2](https://github.com/AleksaC/terraform-py/compare/v1.10.1...v1.10.2) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f0f1572..5a6794e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -42,12 +42,12 @@ repos: - id: python-use-type-annotations # Clang-format for formatting C, C++, and JavaScript files - repo: https://github.com/pre-commit/mirrors-clang-format - rev: "v19.1.4" + rev: "v19.1.5" hooks: - id: clang-format # ESLint for linting JavaScript and TypeScript files - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v9.16.0" + rev: "v9.17.0" hooks: - id: eslint # Runs mypy to check Python type annotations. @@ -114,18 +114,18 @@ repos: - id: checkmake # SQLFluff for linting and fixing SQL files - repo: https://github.com/sqlfluff/sqlfluff - rev: "3.2.5" + rev: "3.3.0" hooks: - id: sqlfluff-lint - id: sqlfluff-fix # RuboCop for linting Ruby files - repo: https://github.com/rubocop/rubocop - rev: "v1.69.1" + rev: "v1.69.2" hooks: - id: rubocop # Terraform-py for formatting and validating Terraform files - repo: https://github.com/AleksaC/terraform-py - rev: "v1.10.1" + rev: "v1.10.2" hooks: - id: tf-fmt - id: tf-validate From a86a84823d7566c1b53cee611a222c7301b9a023 Mon Sep 17 00:00:00 2001 From: Vatsal Gupta <40350810+gvatsal60@users.noreply.github.com> Date: Tue, 17 Dec 2024 05:10:48 +0000 Subject: [PATCH 2/2] Update job name --- .github/workflows/pre-commit-pr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit-pr.yaml b/.github/workflows/pre-commit-pr.yaml index c273740..257bfa1 100644 --- a/.github/workflows/pre-commit-pr.yaml +++ b/.github/workflows/pre-commit-pr.yaml @@ -4,7 +4,7 @@ permissions: pull-requests: write contents: write jobs: - dependabot: + pre-commit: runs-on: ubuntu-latest if: github.event.pull_request.user.login == 'pre-commit-ci[bot]' steps: