[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/mirrors-eslint: v9.19.0 → v9.20.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.19.0...v9.20.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](https://github.com/pre-commit/mirrors-mypy/compare/v1.14.1...v1.15.0)
This commit is contained in:
parent
831741a842
commit
6d420705b5
|
@ -53,7 +53,7 @@ repos:
|
|||
args: [--py39-plus]
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-eslint
|
||||
rev: v9.19.0
|
||||
rev: v9.20.0
|
||||
hooks:
|
||||
- id: eslint
|
||||
additional_dependencies:
|
||||
|
@ -61,7 +61,7 @@ repos:
|
|||
- eslint-config-google@0.14.0
|
||||
args: ["--fix"]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.14.1
|
||||
rev: v1.15.0
|
||||
hooks:
|
||||
- id: mypy
|
||||
files: ^(src/pytest_html|testing)
|
||||
|
|
Loading…
Reference in New Issue