Skip to content

Commit e0ec427

Browse files
[pre-commit.ci] pre-commit autoupdate (#2332)
1 parent 2c108d8 commit e0ec427

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
@@ -29,13 +29,13 @@ repos:
2929
args: [--markdown-linebreak-ext=md]
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v3.20.0
32+
rev: v3.21.2
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py310-plus]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: 'v0.13.3'
38+
rev: 'v0.14.7'
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.18.2
62+
rev: v1.19.0
6363
hooks:
6464
- id: mypy
6565
name: "MyPy"

0 commit comments

Comments
 (0)