diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0032701d..819d1aee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -18,7 +18,7 @@ repos: hooks: - id: yamllint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.2.2 + rev: v0.3.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -44,7 +44,7 @@ repos: - id: prettier files: \.(css|less|scss|graphql|gql|js|jsx|json|md|markdown|mdown|mkdn|mdx|vue)$ - repo: https://github.com/pre-commit/mirrors-eslint - rev: v9.0.0-beta.0 + rev: v9.0.0-beta.2 hooks: - id: eslint args: [--format=compact]