Skip to content

Commit 0c4e7e6

Browse files
[pre-commit.ci] pre-commit autoupdate (#132)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.0 → v0.14.1](astral-sh/ruff-pre-commit@v0.14.0...v0.14.1) - [github.com/sqlfluff/sqlfluff: 3.4.2 → 3.5.0](sqlfluff/sqlfluff@3.4.2...3.5.0) - [github.com/adamtheturtle/doccmd-pre-commit: v2025.9.19 → v2025.10.18](adamtheturtle/doccmd-pre-commit@v2025.9.19...v2025.10.18) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b2835df commit 0c4e7e6

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
@@ -25,18 +25,18 @@ repos:
2525
- id: reorder-python-imports
2626
args: [--py312-plus, --add-import, from __future__ import annotations]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.14.0
28+
rev: v0.14.1
2929
hooks:
3030
- id: ruff-check
3131
args: [--fix]
3232
- id: ruff-format
3333
- repo: https://github.com/sqlfluff/sqlfluff
34-
rev: 3.4.2
34+
rev: 3.5.0
3535
hooks:
3636
- id: sqlfluff-fix
3737
args: [--dialect, sqlite]
3838
- repo: https://github.com/adamtheturtle/doccmd-pre-commit
39-
rev: v2025.9.19
39+
rev: v2025.10.18
4040
hooks:
4141
- id: doccmd
4242
name: doccmd-sqlfluff

0 commit comments

Comments
 (0)