We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad259a0 commit d3fa325Copy full SHA for d3fa325
.pre-commit-config.yaml
@@ -17,7 +17,7 @@ repos:
17
- id: debug-statements
18
- id: mixed-line-ending
19
- repo: https://github.com/astral-sh/ruff-pre-commit
20
- rev: v0.9.4
+ rev: v0.9.9
21
hooks:
22
- id: ruff
23
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -39,7 +39,7 @@ repos:
39
- mdformat-toc
40
41
- repo: https://github.com/pre-commit/mirrors-mypy
42
- rev: 'v1.14.1' # Use the sha / tag you want to point at
+ rev: 'v1.15.0' # Use the sha / tag you want to point at
43
44
- id: mypy
45
files: ^package/PartSegImage/.+\.py
0 commit comments