Skip to content

Commit 63d3139

Browse files
authored
Merge pull request #357 from openslide/dependabot/pre_commit/deps-af47526e86
pre-commit: bump the deps group with 2 updates
2 parents 11954d4 + dba3d15 commit 63d3139

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
@@ -26,15 +26,15 @@ repos:
2626
- id: trailing-whitespace
2727

2828
- repo: https://github.com/astral-sh/ruff-pre-commit
29-
rev: v0.15.10
29+
rev: v0.15.12
3030
hooks:
3131
- id: ruff-check
3232
types_or: [python, pyi, pyproject]
3333
args: [--fix]
3434
- id: ruff-format
3535

3636
- repo: https://github.com/pre-commit/mirrors-mypy
37-
rev: v1.20.0
37+
rev: v1.20.2
3838
hooks:
3939
- id: mypy
4040
name: Check Python types

0 commit comments

Comments
 (0)