diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 36285dbc..265284eb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,7 +24,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.0.281" + rev: "v0.0.282" hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -50,7 +50,7 @@ repos: - id: codespell - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0" + rev: "v3.0.1" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]