Skip to content

Commit dba3d15

Browse files
pre-commit: bump the deps group with 2 updates
Bumps the deps group with 2 updates: [https://github.com/astral-sh/ruff-pre-commit](https://github.com/astral-sh/ruff-pre-commit) and [https://github.com/pre-commit/mirrors-mypy](https://github.com/pre-commit/mirrors-mypy). Updates `https://github.com/astral-sh/ruff-pre-commit` from v0.15.10 to 0.15.12 - [Release notes](https://github.com/astral-sh/ruff-pre-commit/releases) - [Commits](astral-sh/ruff-pre-commit@v0.15.10...v0.15.12) Updates `https://github.com/pre-commit/mirrors-mypy` from v1.20.0 to 1.20.2 - [Commits](pre-commit/mirrors-mypy@v1.20.0...v1.20.2) --- updated-dependencies: - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.12 dependency-type: direct:production dependency-group: deps - dependency-name: https://github.com/pre-commit/mirrors-mypy dependency-version: 1.20.2 dependency-type: direct:production dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 11954d4 commit dba3d15

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)