Skip to content

Commit e9a7c8f

Browse files
[pre-commit.ci] pre-commit autoupdate (#101)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.11 → v0.11.12](astral-sh/ruff-pre-commit@v0.11.11...v0.11.12) - [github.com/pre-commit/mirrors-mypy: v1.15.0 → v1.16.0](pre-commit/mirrors-mypy@v1.15.0...v1.16.0) <!--pre-commit.ci end--> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 64461ac commit e9a7c8f

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.11
32+
rev: v0.11.12
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.15.0
50+
rev: v1.16.0
5151
hooks:
5252
- id: mypy
5353
language_version: python3.12

0 commit comments

Comments
 (0)