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-mypy: v1.12.1 β†’ v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0)
- [github.com/sqlfluff/sqlfluff: 3.2.4 β†’ 3.2.5](sqlfluff/sqlfluff@3.2.4...3.2.5)
- [github.com/gitleaks/gitleaks: v8.21.1 β†’ v8.21.2](gitleaks/gitleaks@v8.21.1...v8.21.2)
  • Loading branch information
pre-commit-ci[bot] authored Oct 28, 2024
1 parent ddc452d commit 6868e26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ repos:
- id: eslint
# Runs mypy to check Python type annotations.
- repo: https://github.com/pre-commit/mirrors-mypy
rev: "v1.12.1"
rev: "v1.13.0"
hooks:
- id: mypy
# Lints SCSS files to enforce style and best practices.
Expand Down Expand Up @@ -114,7 +114,7 @@ repos:
- id: checkmake
# SQLFluff for linting and fixing SQL files
- repo: https://github.com/sqlfluff/sqlfluff
rev: "3.2.4"
rev: "3.2.5"
hooks:
- id: sqlfluff-lint
- id: sqlfluff-fix
Expand All @@ -131,7 +131,7 @@ repos:
- id: tf-validate
# Gitleaks for detecting secrets in Git repositories
- repo: https://github.com/gitleaks/gitleaks
rev: "v8.21.1"
rev: "v8.21.2"
hooks:
- id: gitleaks
# Talisman for pre-commit Git hooks to detect sensitive files
Expand Down

0 comments on commit 6868e26

Please sign in to comment.