Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#1636)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.5.0 → v0.5.1](astral-sh/ruff-pre-commit@v0.5.0...v0.5.1)
- [github.com/sqlfluff/sqlfluff: 3.0.7 → 3.1.0](sqlfluff/sqlfluff@3.0.7...3.1.0)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Jul 8, 2024
1 parent 048085d commit 01f0161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repos:
# Lint / autoformat: Python code
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: "v0.5.0"
rev: "v0.5.1"
hooks:
# Run the linter
- id: ruff
Expand Down Expand Up @@ -66,7 +66,7 @@ repos:

# Lint & Autoformat: SQL
- repo: https://github.com/sqlfluff/sqlfluff
rev: 3.0.7
rev: 3.1.0
hooks:
- id: sqlfluff-lint
files: ^src/backend/migrations/(?:.*/)*.*$
Expand Down

0 comments on commit 01f0161

Please sign in to comment.