Skip to content

Commit e6cb3e2

Browse files
[pre-commit.ci] pre-commit autoupdate (#108)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.13...v0.12.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](pre-commit/mirrors-mypy@v1.16.0...v1.16.1) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent eb0d54a commit e6cb3e2

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,7 +29,7 @@ repos:
2929
hooks:
3030
- id: unkey
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.11.13
32+
rev: v0.12.0
3333
hooks:
3434
- id: ruff
3535
args: [--fix]
@@ -47,7 +47,7 @@ repos:
4747
args: [--no-pad-file, --language, sql, --command, sqlfluff fix --dialect sqlite]
4848
additional_dependencies: [sqlfluff]
4949
- repo: https://github.com/pre-commit/mirrors-mypy
50-
rev: v1.16.0
50+
rev: v1.16.1
5151
hooks:
5252
- id: mypy
5353
language_version: python3.12

0 commit comments

Comments
 (0)