Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#537)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/uv-pre-commit: 0.4.18 → 0.5.14](astral-sh/uv-pre-commit@0.4.18...0.5.14)
- [github.com/sqlfluff/sqlfluff: 3.2.2 → 3.3.0](sqlfluff/sqlfluff@3.2.2...3.3.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 Jan 6, 2025
1 parent fead4f7 commit 2164872
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 @@ -5,14 +5,14 @@ default_language_version:
python: python3.12
repos:
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.18
rev: 0.5.14
hooks:
- id: pip-compile
name: pip-compile requirements_dev.in
args: [requirements_dev.in, -o, requirements_dev.txt]
files: ^requirements_dev\.(in|txt)$
- repo: https://github.com/sqlfluff/sqlfluff
rev: 3.2.2
rev: 3.3.0
hooks:
- id: sqlfluff-lint
- id: sqlfluff-fix

0 comments on commit 2164872

Please sign in to comment.