diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc040d0..54c7761 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,13 +1,13 @@ repos: - 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: check-yaml - id: check-added-large-files - repo: https://github.com/pre-commit/mirrors-eslint - rev: 'v9.15.0' + rev: 'v10.0.0-beta.0' hooks: - id: eslint args: [--fix]