[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0)
- [github.com/asottile/pyupgrade: v3.19.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.19.0...v3.19.1)
- [github.com/pre-commit/mirrors-eslint: v9.16.0 → v9.19.0](https://github.com/pre-commit/mirrors-eslint/compare/v9.16.0...v9.19.0)
- [github.com/pre-commit/mirrors-mypy: v1.13.0 → v1.14.1](https://github.com/pre-commit/mirrors-mypy/compare/v1.13.0...v1.14.1)
This commit is contained in:
pre-commit-ci[bot] 2025-02-04 00:02:25 +00:00 committed by Pierre Sassoulas
parent eb7de8a825
commit a5aeb7feb2
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
repos:
- repo: https://github.com/psf/black
rev: 24.10.0
rev: 25.1.0
hooks:
- id: black
args: [--safe, --quiet, --line-length=88]
@ -47,13 +47,13 @@ repos:
args: ["--application-directories=.:src:testing", --py3-plus]
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
args: [--py39-plus]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.16.0
rev: v9.19.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.13.0
rev: v1.14.1
hooks:
- id: mypy
files: ^(src/pytest_html|testing)