Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit 24793e1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.1.1 → v4.7.0](commitizen-tools/commitizen@v4.1.1...v4.7.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.11.9](astral-sh/ruff-pre-commit@v0.9.3...v0.11.9) - [github.com/sqlfluff/sqlfluff: 3.3.0 → 3.4.0](sqlfluff/sqlfluff@3.3.0...3.4.0)
1 parent ff0cc91 commit 24793e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
repos:
22
# Versioning: Commit messages & changelog
33
- repo: https://github.com/commitizen-tools/commitizen
4-
rev: v4.1.1
4+
rev: v4.7.0
55
hooks:
66
- id: commitizen
77
stages: [commit-msg]
88

99
# Lint / autoformat: Python code
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
1111
# Ruff version.
12-
rev: "v0.9.3"
12+
rev: "v0.11.9"
1313
hooks:
1414
# Run the linter
1515
- id: ruff
@@ -19,7 +19,7 @@ repos:
1919

2020
# Lint & Autoformat: SQL
2121
- repo: https://github.com/sqlfluff/sqlfluff
22-
rev: 3.3.0
22+
rev: 3.4.0
2323
hooks:
2424
- id: sqlfluff-lint
2525
files: ^fmtm_splitter/fmtm_algorithm.sql

0 commit comments

Comments
 (0)