diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 24e6ec4..eb3acb7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -25,13 +25,13 @@ repos: - id: reorder-python-imports args: [--py312-plus, --add-import, from __future__ import annotations] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.4 + rev: v0.14.5 hooks: - id: ruff-check args: [--fix] - id: ruff-format - repo: https://github.com/sqlfluff/sqlfluff - rev: 4.0.0a1 + rev: 4.0.0a2 hooks: - id: sqlfluff-fix args: [--dialect, sqlite]