Skip to content

Commit 2fc0cfe

Browse files
ci: [pre-commit.ci] pre-commit autoupdate (#1382)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.9 → v0.15.10](astral-sh/ruff-pre-commit@v0.15.9...v0.15.10) - [github.com/pre-commit/mirrors-mypy: v1.20.0 → v1.20.1](pre-commit/mirrors-mypy@v1.20.0...v1.20.1) <!--pre-commit.ci end--> ## Summary by Sourcery Update pre-commit hook versions for Ruff and mypy. CI: - Bump astral-sh/ruff-pre-commit from v0.15.9 to v0.15.10 in the pre-commit configuration. - Bump pre-commit/mirrors-mypy from v1.20.0 to v1.20.1 in the pre-commit configuration. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 70169f1 commit 2fc0cfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: debug-statements
1313
- id: mixed-line-ending
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.15.9
15+
rev: v0.15.10
1616
hooks:
1717
- id: ruff-check
1818
- id: ruff-format
@@ -34,7 +34,7 @@ repos:
3434
- mdformat-toc
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: 'v1.20.0' # Use the sha / tag you want to point at
37+
rev: 'v1.20.1' # Use the sha / tag you want to point at
3838
hooks:
3939
- id: mypy
4040
files: ^package/PartSegImage/.+\.py

0 commit comments

Comments
 (0)