diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6250200..0923a8c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: check-ast - id: check-json @@ -50,7 +50,7 @@ repos: - id: prettier types_or: [javascript, css] - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.0.0-rc.0 + rev: v9.0.0 hooks: - id: eslint args: [--fix]