diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e0435485..2fdf9334 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,12 +19,10 @@ repos: additional_dependencies: [black==24.10.0] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - - id: fix-encoding-pragma - args: [--remove] - id: check-yaml - id: debug-statements language_version: python3 @@ -53,7 +51,7 @@ repos: args: [--py39-plus] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.29.0 + rev: v9.33.0 hooks: - id: eslint additional_dependencies: @@ -61,7 +59,7 @@ repos: - eslint-config-google@0.14.0 args: ["--fix"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.16.1 + rev: v1.17.1 hooks: - id: mypy files: ^(src/pytest_html|testing)