Skip to content

Commit 76f77fb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.2 → v0.14.3](astral-sh/ruff-pre-commit@v0.14.2...v0.14.3) - [github.com/sqlfluff/sqlfluff: 3.5.0 → 4.0.0a1](sqlfluff/sqlfluff@3.5.0...4.0.0a1)
1 parent a1a14dd commit 76f77fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ 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.2
28+
rev: v0.14.3
2929
hooks:
3030
- id: ruff-check
3131
args: [--fix]
3232
- id: ruff-format
3333
- repo: https://github.com/sqlfluff/sqlfluff
34-
rev: 3.5.0
34+
rev: 4.0.0a1
3535
hooks:
3636
- id: sqlfluff-fix
3737
args: [--dialect, sqlite]

0 commit comments

Comments
 (0)