diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ebb3dd2..74f1304 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Ruff - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.2 hooks: - id: ruff args: [--fix] @@ -32,7 +32,7 @@ repos: - prettier - prettier-plugin-svelte - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.0.0-beta.0 + rev: v9.0.0-beta.1 hooks: - id: eslint name: eslint @@ -60,7 +60,7 @@ repos: require_serial: true ## SQL ## - repo: https://github.com/sqlfluff/sqlfluff - rev: 3.0.0a5 + rev: 3.0.0a6 hooks: - id: sqlfluff-lint args: ["--config", "backend/pyproject.toml"] # Specify the config file location here