Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 17, 2024
2 parents 4040bbf + a86a848 commit 7bccd6e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7bccd6e

Please sign in to comment.