Skip to content

Commit bf488b8

Browse files
[pre-commit.ci] pre-commit autoupdate (#86)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.5 → v0.11.6](astral-sh/ruff-pre-commit@v0.11.5...v0.11.6) - [github.com/sqlfluff/sqlfluff: 3.3.1 → 3.4.0](sqlfluff/sqlfluff@3.3.1...3.4.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent f4eae49 commit bf488b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ repos:
2929
hooks:
3030
- id: unkey
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.11.5
32+
rev: v0.11.6
3333
hooks:
3434
- id: ruff
3535
args: [--fix]
3636
- id: ruff-format
3737
- repo: https://github.com/sqlfluff/sqlfluff
38-
rev: 3.3.1
38+
rev: 3.4.0
3939
hooks:
4040
- id: sqlfluff-fix
4141
args: [--dialect, sqlite]

0 commit comments

Comments
 (0)