Skip to content

Commit f625ed4

Browse files
ci: [pre-commit.ci] pre-commit autoupdate (#1232)
<!--pre-commit.ci start--> updates: - [github.com/astral-sh/ruff-pre-commit: v0.8.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.8.3...v0.8.4) - [github.com/executablebooks/mdformat: 0.7.19 → 0.7.21](hukkin/mdformat@0.7.19...0.7.21) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.0](pre-commit/mirrors-mypy@v1.13.0...v1.14.0) <!--pre-commit.ci end--> ## Summary by Sourcery CI: - Update pre-commit hooks versions. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent c728d62 commit f625ed4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ repos:
1717
- id: debug-statements
1818
- id: mixed-line-ending
1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.8.3
20+
rev: v0.8.4
2121
hooks:
2222
- id: ruff
2323
- repo: https://github.com/pre-commit/pygrep-hooks
2424
rev: v1.10.0
2525
hooks:
2626
- id: rst-backticks
2727
- repo: https://github.com/executablebooks/mdformat
28-
rev: 0.7.19 # Use the ref you want to point at
28+
rev: 0.7.21 # Use the ref you want to point at
2929
hooks:
3030
- id: mdformat
3131
exclude: TEST_FAIL_TEMPLATE.md|bug_report.md|feature_request.md
@@ -39,7 +39,7 @@ repos:
3939
- mdformat-toc
4040

4141
- repo: https://github.com/pre-commit/mirrors-mypy
42-
rev: 'v1.13.0' # Use the sha / tag you want to point at
42+
rev: 'v1.14.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)