diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b113f7fb..a808d1df 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,18 +13,18 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.3.2' + rev: 'v0.3.4' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] - id: ruff-format - repo: https://github.com/pre-commit/mirrors-prettier - rev: 'v2.7.1' + rev: 'v4.0.0-alpha.8' hooks: - id: prettier types_or: [markdown, css, scss, javascript, json, yaml, ts, tsx] - repo: https://github.com/pre-commit/mirrors-eslint - rev: 'v8.1.0' + rev: 'v9.0.0-rc.0' hooks: - id: eslint additional_dependencies: