Skip to content

Commit a5aeb7f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](asottile/pyupgrade@v3.19.0...v3.19.1) - [github.com/pre-commit/mirrors-eslint: v9.16.0 → v9.19.0](pre-commit/mirrors-eslint@v9.16.0...v9.19.0) - [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](pre-commit/mirrors-mypy@v1.13.0...v1.14.1)
1 parent eb7de8a commit a5aeb7f

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
3-
rev: 24.10.0
3+
rev: 25.1.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet, --line-length=88]
@@ -47,21 +47,21 @@ repos:
4747
args: ["--application-directories=.:src:testing", --py3-plus]
4848

4949
- repo: https://github.com/asottile/pyupgrade
50-
rev: v3.19.0
50+
rev: v3.19.1
5151
hooks:
5252
- id: pyupgrade
5353
args: [--py39-plus]
5454

5555
- repo: https://github.com/pre-commit/mirrors-eslint
56-
rev: v9.16.0
56+
rev: v9.19.0
5757
hooks:
5858
- id: eslint
5959
additional_dependencies:
6060
6161
6262
args: ["--fix"]
6363
- repo: https://github.com/pre-commit/mirrors-mypy
64-
rev: v1.13.0
64+
rev: v1.14.1
6565
hooks:
6666
- id: mypy
6767
files: ^(src/pytest_html|testing)

0 commit comments

Comments
 (0)