Skip to content

Commit 3c46d99

Browse files
[pre-commit.ci] pre-commit autoupdate (#73)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: 6fec9b7edb08fd9989088709d864a7826dc74e80 → 5e2fb545eba1ea9dc051f6f962d52fe8f76a9794](astral-sh/ruff-pre-commit@6fec9b7...5e2fb54) - [github.com/sqlfluff/sqlfluff: ec5ed61d83ae336c65c4c15396a23772ce9d2fcc → 22c57db940d939c73993877850f6efff6c5ecfd6](sqlfluff/sqlfluff@ec5ed61...22c57db) - [github.com/pre-commit/mirrors-mypy: a9d9ff50af0432cbb950856daf08082fa51cbfa2 → d2823d321df3af8f878f7ee3414dc94d037145b9](pre-commit/mirrors-mypy@a9d9ff5...d2823d3) - [github.com/zizmorcore/zizmor-pre-commit: a4727cbbcd26d7098e96b9cb738169b59711ae51 → 9257c6050c0261b8c57e712f632dc4a8010109a9](zizmorcore/zizmor-pre-commit@a4727cb...9257c60) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent d7471ca commit 3c46d99

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ repos:
2424
- id: reorder-python-imports
2525
args: [--py314-plus, --add-import, from __future__ import annotations]
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: 6fec9b7edb08fd9989088709d864a7826dc74e80 # frozen: v0.15.12
27+
rev: 5e2fb545eba1ea9dc051f6f962d52fe8f76a9794 # frozen: v0.15.13
2828
hooks:
2929
- id: ruff-check
3030
args: [--fix]
3131
- id: ruff-format
3232
- repo: https://github.com/sqlfluff/sqlfluff
33-
rev: ec5ed61d83ae336c65c4c15396a23772ce9d2fcc # frozen: 4.1.0
33+
rev: 22c57db940d939c73993877850f6efff6c5ecfd6 # frozen: 4.2.1
3434
hooks:
3535
- id: sqlfluff-fix
3636
args: [--dialect, sqlite]
3737
- repo: https://github.com/pre-commit/mirrors-mypy
38-
rev: a9d9ff50af0432cbb950856daf08082fa51cbfa2 # frozen: v2.0.0
38+
rev: d2823d321df3af8f878f7ee3414dc94d037145b9 # frozen: v2.1.0
3939
hooks:
4040
- id: mypy
4141
language_version: python3.14
@@ -48,7 +48,7 @@ repos:
4848
- rich>=10
4949
- sqlite-export-for-ynab~=2.7.1
5050
- repo: https://github.com/zizmorcore/zizmor-pre-commit
51-
rev: a4727cbbcd26d7098e96b9cb738169b59711ae51 # frozen: v1.24.1
51+
rev: 9257c6050c0261b8c57e712f632dc4a8010109a9 # frozen: v1.25.2
5252
hooks:
5353
- id: zizmor
5454
args: [--no-progress, --fix]

0 commit comments

Comments
 (0)