Skip to content

Commit

Permalink
ci: [pre-commit.ci] pre-commit autoupdate (#1232)
Browse files Browse the repository at this point in the history
<!--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>
  • Loading branch information
pre-commit-ci[bot] authored Dec 24, 2024
1 parent c728d62 commit f625ed4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ repos:
- id: debug-statements
- id: mixed-line-ending
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.3
rev: v0.8.4
hooks:
- id: ruff
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.10.0
hooks:
- id: rst-backticks
- repo: https://github.com/executablebooks/mdformat
rev: 0.7.19 # Use the ref you want to point at
rev: 0.7.21 # Use the ref you want to point at
hooks:
- id: mdformat
exclude: TEST_FAIL_TEMPLATE.md|bug_report.md|feature_request.md
Expand All @@ -39,7 +39,7 @@ repos:
- mdformat-toc

- repo: https://github.com/pre-commit/mirrors-mypy
rev: 'v1.13.0' # Use the sha / tag you want to point at
rev: 'v1.14.0' # Use the sha / tag you want to point at
hooks:
- id: mypy
files: ^package/PartSegImage/.+\.py
Expand Down

0 comments on commit f625ed4

Please sign in to comment.