diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c78c7d68..1fd4fdea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 25.12.0 hooks: - id: black args: [--safe, --quiet, --line-length=88] @@ -45,13 +45,13 @@ repos: args: ["--application-directories=.:src:testing", --py3-plus] - repo: https://github.com/asottile/pyupgrade - rev: v3.21.1 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.39.1 + rev: v10.0.0-alpha.1 hooks: - id: eslint additional_dependencies: @@ -59,7 +59,7 @@ repos: - eslint-config-google@0.14.0 args: ["--fix"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.18.2 + rev: v1.19.0 hooks: - id: mypy files: ^(src/pytest_html|testing)