Skip to content

Commit 7a1a0de

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.11.0 → 25.12.0](psf/black-pre-commit-mirror@25.11.0...25.12.0) - [github.com/asottile/pyupgrade: v3.21.1 → v3.21.2](asottile/pyupgrade@v3.21.1...v3.21.2) - [github.com/pre-commit/mirrors-eslint: v9.39.1 → v10.0.0-alpha.1](pre-commit/mirrors-eslint@v9.39.1...v10.0.0-alpha.1) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent e243582 commit 7a1a0de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 25.11.0
3+
rev: 25.12.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet, --line-length=88]
@@ -45,21 +45,21 @@ repos:
4545
args: ["--application-directories=.:src:testing", --py3-plus]
4646

4747
- repo: https://github.com/asottile/pyupgrade
48-
rev: v3.21.1
48+
rev: v3.21.2
4949
hooks:
5050
- id: pyupgrade
5151
args: [--py39-plus]
5252

5353
- repo: https://github.com/pre-commit/mirrors-eslint
54-
rev: v9.39.1
54+
rev: v10.0.0-alpha.1
5555
hooks:
5656
- id: eslint
5757
additional_dependencies:
5858
- eslint@8.20.0
5959
- eslint-config-google@0.14.0
6060
args: ["--fix"]
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
files: ^(src/pytest_html|testing)

0 commit comments

Comments
 (0)