Skip to content

Commit

Permalink
ci: [pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/astral-sh/ruff-pre-commit: v0.7.0 → v0.8.0](astral-sh/ruff-pre-commit@v0.7.0...v0.8.0)
- [github.com/executablebooks/mdformat: 0.7.18 → 0.7.19](executablebooks/mdformat@0.7.18...0.7.19)
- [github.com/pre-commit/mirrors-mypy: v1.12.1 → v1.13.0](pre-commit/mirrors-mypy@v1.12.1...v1.13.0)
  • Loading branch information
pre-commit-ci[bot] authored Nov 25, 2024
1 parent 323b509 commit 73281ff
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.7.0
rev: v0.8.0
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.18 # Use the ref you want to point at
rev: 0.7.19 # Use the ref you want to point at
hooks:
- id: mdformat
exclude: TEST_FAIL_TEMPLATE.md|bug_report.md|feature_request.md
Expand All @@ -36,7 +36,7 @@ repos:
- mdformat-toc

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

0 comments on commit 73281ff

Please sign in to comment.