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

Commit a93ce8c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/commitizen-tools/commitizen: v4.1.1 → v4.4.1](commitizen-tools/commitizen@v4.1.1...v4.4.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.3 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.3...v0.9.9) - [github.com/sqlfluff/sqlfluff: 3.3.0 → 3.3.1](sqlfluff/sqlfluff@3.3.0...3.3.1)
1 parent 8d72125 commit a93ce8c

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.4.1
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.9.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.3.1
2323
hooks:
2424
- id: sqlfluff-lint
2525
files: ^fmtm_splitter/fmtm_algorithm.sql

0 commit comments

Comments
 (0)