Skip to content

Commit db8121d

Browse files
authored
Merge pull request #13678 from pypa/pre-commit-ci-update-config
pre-commit autoupdate
2 parents d07cadd + 3858500 commit db8121d

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.9.0
20+
rev: 25.11.0
2121
hooks:
2222
- id: black
2323

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

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

0 commit comments

Comments
 (0)