From f28c8e61995be5b7c590a4cf959dd256eaff3706 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:44:55 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.2 → v0.8.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.8.2...v0.8.3) - [github.com/astral-sh/uv-pre-commit: 0.5.7 → 0.5.9](https://github.com/astral-sh/uv-pre-commit/compare/0.5.7...0.5.9) - [github.com/sqlfluff/sqlfluff: 3.2.5 → 3.3.0](https://github.com/sqlfluff/sqlfluff/compare/3.2.5...3.3.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bbc25c919..075b90029 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: # Lint / autoformat: Python code - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.8.2" + rev: "v0.8.3" hooks: # Run the linter - id: ruff @@ -21,7 +21,7 @@ repos: # Deps: ensure Python uv lockfile is up to date - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.5.7 + rev: 0.5.9 hooks: - id: uv-lock files: src/backend/pyproject.toml @@ -81,7 +81,7 @@ repos: # Lint & Autoformat: SQL - repo: https://github.com/sqlfluff/sqlfluff - rev: 3.2.5 + rev: 3.3.0 hooks: - id: sqlfluff-lint files: ^src/backend/migrations/.*\.sql$