Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvatsal60 authored Sep 28, 2024
2 parents f79eab1 + 3004d64 commit 2f8e239
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ repos:
- id: clang-format
# ESLint for linting JavaScript and TypeScript files
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v9.10.0"
rev: "v9.11.0"
hooks:
- id: eslint
# Runs mypy to check Python type annotations.
Expand Down Expand Up @@ -94,7 +94,7 @@ repos:
types: [shell]
# Actionlint for linting GitHub Actions YAML files
- repo: https://github.com/rhysd/actionlint
rev: "v1.7.1"
rev: "v1.7.2"
hooks:
- id: actionlint
# Yamlfmt for formatting YAML files
Expand All @@ -114,7 +114,7 @@ repos:
- id: checkmake
# SQLFluff for linting and fixing SQL files
- repo: https://github.com/sqlfluff/sqlfluff
rev: "3.1.1"
rev: "3.2.0"
hooks:
- id: sqlfluff-lint
- id: sqlfluff-fix
Expand All @@ -125,7 +125,7 @@ repos:
- id: rubocop
# Terraform-py for formatting and validating Terraform files
- repo: https://github.com/AleksaC/terraform-py
rev: "v1.9.5"
rev: "v1.9.6"
hooks:
- id: tf-fmt
- id: tf-validate
Expand Down

0 comments on commit 2f8e239

Please sign in to comment.