Skip to content

Commit 65b0581

Browse files
Update pre-commit hooks (#9713)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a00bc91 commit 65b0581

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
@@ -13,7 +13,7 @@ repos:
1313
- id: mixed-line-ending
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
1515
# Ruff version.
16-
rev: 'v0.6.9'
16+
rev: 'v0.7.2'
1717
hooks:
1818
- id: ruff-format
1919
- id: ruff
@@ -25,7 +25,7 @@ repos:
2525
exclude: "generate_aggregations.py"
2626
additional_dependencies: ["black==24.8.0"]
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.11.2
28+
rev: v1.13.0
2929
hooks:
3030
- id: mypy
3131
# Copied from setup.cfg

0 commit comments

Comments
 (0)