Skip to content

Commit 4e9f0df

Browse files
[pre-commit.ci] pre-commit autoupdate (#954)
updates: - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-eslint: v9.35.0 → v9.36.0](pre-commit/mirrors-eslint@v9.35.0...v9.36.0) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 98069bf commit 4e9f0df

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 25.1.0
3+
rev: 25.9.0
44
hooks:
55
- id: black
66
args: [--safe, --quiet, --line-length=88]
@@ -51,15 +51,15 @@ repos:
5151
args: [--py39-plus]
5252

5353
- repo: https://github.com/pre-commit/mirrors-eslint
54-
rev: v9.35.0
54+
rev: v9.36.0
5555
hooks:
5656
- id: eslint
5757
additional_dependencies:
5858
5959
6060
args: ["--fix"]
6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.18.1
62+
rev: v1.18.2
6363
hooks:
6464
- id: mypy
6565
files: ^(src/pytest_html|testing)

0 commit comments

Comments
 (0)