Skip to content

Commit d9a3fa3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pre-commit/mirrors-eslint: v9.29.0 → v9.33.0](pre-commit/mirrors-eslint@v9.29.0...v9.33.0) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.17.1](pre-commit/mirrors-mypy@v1.16.1...v1.17.1)
1 parent ec22d7e commit d9a3fa3

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
@@ -19,7 +19,7 @@ repos:
1919
additional_dependencies: [black==24.10.0]
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v5.0.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: end-of-file-fixer
@@ -53,15 +53,15 @@ repos:
5353
args: [--py39-plus]
5454

5555
- repo: https://github.com/pre-commit/mirrors-eslint
56-
rev: v9.29.0
56+
rev: v9.33.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.16.1
64+
rev: v1.17.1
6565
hooks:
6666
- id: mypy
6767
files: ^(src/pytest_html|testing)

0 commit comments

Comments
 (0)