Skip to content

Commit 2fb64da

Browse files
[pre-commit.ci] pre-commit autoupdate (#14047)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.8...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 18da5dd commit 2fb64da

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
@@ -1,7 +1,7 @@
11
minimum_pre_commit_version: "4.4.0"
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: "v0.14.8"
4+
rev: "v0.14.9"
55
hooks:
66
- id: ruff-check
77
args: ["--fix"]
@@ -34,7 +34,7 @@ repos:
3434
hooks:
3535
- id: python-use-type-annotations
3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.19.0
37+
rev: v1.19.1
3838
hooks:
3939
- id: mypy
4040
files: ^(src/|testing/|scripts/)

0 commit comments

Comments
 (0)