Skip to content

Commit b00e512

Browse files
[pre-commit.ci] pre-commit autoupdate (#2300)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 283cd5d commit b00e512

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default_language_version:
1414
# pre-commit hooks
1515
repos:
1616
- repo: https://github.com/pre-commit/pre-commit-hooks
17-
rev: v5.0.0
17+
rev: v6.0.0
1818
hooks:
1919
- id: check-symlinks
2020
- id: check-yaml
@@ -35,7 +35,7 @@ repos:
3535
args: [--py310-plus]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: 'v0.12.7'
38+
rev: 'v0.13.3'
3939

4040
hooks:
4141
- id: ruff
@@ -59,7 +59,7 @@ repos:
5959
description: Update the API Reference documentation whenever a Python file is touched in the code base.
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.17.1
62+
rev: v1.18.2
6363
hooks:
6464
- id: mypy
6565
name: "MyPy"

0 commit comments

Comments
 (0)