Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#243)
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.6.3 → v0.8.6](astral-sh/ruff-pre-commit@v0.6.3...v0.8.6)
- [github.com/astral-sh/uv-pre-commit: 0.4.4 → 0.5.14](astral-sh/uv-pre-commit@0.4.4...0.5.14)
- [github.com/sqlfluff/sqlfluff: 3.2.4 → 3.3.0](sqlfluff/sqlfluff@3.2.4...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 30f276b commit dd31f8e
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 @@ -5,11 +5,11 @@ default_language_version:
python: python3.10
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.8.6
hooks:
- id: ruff
- repo: https://github.com/astral-sh/uv-pre-commit
rev: 0.4.4
rev: 0.5.14
hooks:
- id: pip-compile
name: pip-compile requirements.in
Expand All @@ -19,7 +19,7 @@ repos:
args: [requirements_dev.in, -o, requirements_dev.txt]
files: ^requirements(_dev)?\.(in|txt)$
- repo: https://github.com/sqlfluff/sqlfluff
rev: 3.2.4
rev: 3.3.0
hooks:
- id: sqlfluff-lint
- id: sqlfluff-fix

0 comments on commit dd31f8e

Please sign in to comment.