diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 239ab0a6..08fbb625 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.5.7 + rev: v0.6.7 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.9.0 + rev: v9.11.0 hooks: - id: eslint args: [--format=compact]