diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3fc09152..40b798d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/psf/black - rev: 25.1.0 + rev: 25.9.0 hooks: - id: black args: [--safe, --quiet, --line-length=88] @@ -51,7 +51,7 @@ repos: args: [--py39-plus] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.35.0 + rev: v9.36.0 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.1 + rev: v1.18.2 hooks: - id: mypy files: ^(src/pytest_html|testing)