Skip to content

Commit 964d66b

Browse files
authored
Merge pull request #13613 from pypa/pre-commit-ci-update-config
pre-commit autoupdate
2 parents cc1e71c + d3fb7f4 commit 964d66b

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
@@ -17,18 +17,18 @@ repos:
1717
exclude: .patch
1818

1919
- repo: https://github.com/psf/black-pre-commit-mirror
20-
rev: 25.1.0
20+
rev: 25.9.0
2121
hooks:
2222
- id: black
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.12.11
25+
rev: v0.13.3
2626
hooks:
2727
- id: ruff-check
2828
args: [--fix]
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: v1.17.1
31+
rev: v1.18.2
3232
hooks:
3333
- id: mypy
3434
exclude: tests/data

0 commit comments

Comments
 (0)