diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7796d9f0d..a7dcbacec 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.5.7 + rev: v0.6.3 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.9.0" + rev: "v9.9.1" hooks: - id: eslint name: ESLint for ECR Viewer