[pre-commit.ci] pre-commit autoupdate (#929)
updates: - [github.com/PyCQA/flake8: 7.2.0 → 7.3.0](https://github.com/PyCQA/flake8/compare/7.2.0...7.3.0) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.16.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.16.0...v1.16.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
b3b42bb078
commit
fc30cd8fb5
|
@ -32,7 +32,7 @@ repos:
|
|||
args: ['--branch', 'master']
|
||||
|
||||
- repo: https://github.com/PyCQA/flake8
|
||||
rev: 7.2.0
|
||||
rev: 7.3.0
|
||||
hooks:
|
||||
- id: flake8
|
||||
language_version: python3
|
||||
|
@ -61,7 +61,7 @@ repos:
|
|||
- eslint-config-google@0.14.0
|
||||
args: ["--fix"]
|
||||
- repo: https://github.com/pre-commit/mirrors-mypy
|
||||
rev: v1.16.0
|
||||
rev: v1.16.1
|
||||
hooks:
|
||||
- id: mypy
|
||||
files: ^(src/pytest_html|testing)
|
||||
|
|
Loading…
Reference in New Issue