diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index aff2bf4..50e4dcb 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.6.9" + rev: "v0.7.0" hooks: # Run the linter - id: ruff @@ -19,7 +19,7 @@ repos: # Lint & Autoformat: SQL - repo: https://github.com/sqlfluff/sqlfluff - rev: 3.2.3 + rev: 3.2.4 hooks: - id: sqlfluff-lint files: ^fmtm_splitter/fmtm_algorithm.sql