diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 47bf627..7135e87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -29,13 +29,13 @@ repos: hooks: - id: unkey - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.5 + rev: v0.11.6 hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/sqlfluff/sqlfluff - rev: 3.3.1 + rev: 3.4.0 hooks: - id: sqlfluff-fix args: [--dialect, sqlite]