We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec22d7e commit d9a3fa3Copy full SHA for d9a3fa3
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
additional_dependencies: [black==24.10.0]
20
21
- repo: https://github.com/pre-commit/pre-commit-hooks
22
- rev: v5.0.0
+ rev: v6.0.0
23
hooks:
24
- id: trailing-whitespace
25
- id: end-of-file-fixer
@@ -53,15 +53,15 @@ repos:
53
args: [--py39-plus]
54
55
- repo: https://github.com/pre-commit/mirrors-eslint
56
- rev: v9.29.0
+ rev: v9.33.0
57
58
- id: eslint
59
additional_dependencies:
60
- [email protected]
61
62
args: ["--fix"]
63
- repo: https://github.com/pre-commit/mirrors-mypy
64
- rev: v1.16.1
+ rev: v1.17.1
65
66
- id: mypy
67
files: ^(src/pytest_html|testing)
0 commit comments