Skip to content

Commit 99e2cab

Browse files
ci: [pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.7 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.7...v0.15.9) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0)
1 parent bd9c035 commit 99e2cab

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.7
15+
rev: v0.15.9
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.19.1' # Use the sha / tag you want to point at
37+
rev: 'v1.20.0' # Use the sha / tag you want to point at
3838
hooks:
3939
- id: mypy
4040
files: ^package/PartSegImage/.+\.py

0 commit comments

Comments
 (0)