diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 73d4ad9ec5..ed603c3bd4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.7.4 hooks: # Run the linter. - id: ruff @@ -13,7 +13,7 @@ repos: - id: pretty-format-json args: [--autofix, --no-sort-keys] - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v9.14.0" + rev: "v9.15.0" hooks: - id: eslint name: ESLint for ECR Viewer