Skip to content

Commit 2b29e48

Browse files
[pre-commit.ci] pre-commit autoupdate (#580)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 20cc071 commit 2b29e48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
- id: check-case-conflict
3131
- id: mixed-line-ending
3232
- repo: https://github.com/astral-sh/ruff-pre-commit
33-
rev: v0.14.6
33+
rev: v0.14.7
3434
hooks:
3535
# Run the linter
3636
- id: ruff
@@ -54,7 +54,7 @@ repos:
5454
# Support pyproject.toml configuration
5555
- tomli
5656
- repo: https://github.com/pre-commit/mirrors-mypy
57-
rev: v1.18.2
57+
rev: v1.19.0
5858
hooks:
5959
- id: mypy
6060
args: [--ignore-missing-imports]

0 commit comments

Comments
 (0)