Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/mirrors-eslint: v9.10.0 β†’ v9.11.0](pre-commit/mirrors-eslint@v9.10.0...v9.11.0)
- [github.com/rhysd/actionlint: v1.7.1 β†’ v1.7.2](rhysd/actionlint@v1.7.1...v1.7.2)
- [github.com/sqlfluff/sqlfluff: 3.1.1 β†’ 3.2.0](sqlfluff/sqlfluff@3.1.1...3.2.0)
- [github.com/AleksaC/terraform-py: v1.9.5 β†’ v1.9.6](AleksaC/terraform-py@v1.9.5...v1.9.6)
  • Loading branch information
pre-commit-ci[bot] authored Sep 23, 2024
1 parent f79eab1 commit 3004d64
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 3004d64

Please sign in to comment.