diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0a4bf63..8c62a90 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: # Versioning: Commit messages & changelog - repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v3.29.0 hooks: - id: commitizen stages: [commit-msg] @@ -9,7 +9,7 @@ repos: # Lint / autoformat: Python code - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.5.6" + rev: "v0.6.3" hooks: # Run the linter - id: ruff @@ -19,7 +19,7 @@ repos: # Lint & Autoformat: SQL - repo: https://github.com/sqlfluff/sqlfluff - rev: 3.1.0 + rev: 3.1.1 hooks: - id: sqlfluff-lint files: ^fmtm_splitter/.*\.sql$