Skip to content

Commit d3fa325

Browse files
ci: [pre-commit.ci] pre-commit autoupdate (#1242)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) <!--pre-commit.ci end--> ## Summary by Sourcery CI: - Update `ruff-pre-commit` from v0.9.4 to v0.9.6 and `mirrors-mypy` from v1.14.1 to v1.15.0. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ad259a0 commit d3fa325

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: debug-statements
1818
- id: mixed-line-ending
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.9.4
20+
rev: v0.9.9
2121
hooks:
2222
- id: ruff
2323
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -39,7 +39,7 @@ repos:
3939
- mdformat-toc
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: 'v1.14.1' # Use the sha / tag you want to point at
42+
rev: 'v1.15.0' # Use the sha / tag you want to point at
4343
hooks:
4444
- id: mypy
4545
files: ^package/PartSegImage/.+\.py

0 commit comments

Comments
 (0)