diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 239ab0a6..ba4b8ce3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -18,13 +18,13 @@ repos: hooks: - id: yamllint - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.7 + rev: v0.9.1 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/asottile/blacken-docs - rev: 1.18.0 + rev: 1.19.1 hooks: - id: blacken-docs - repo: meta @@ -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.18.0 hooks: - id: eslint args: [--format=compact]