diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bddebe01..705b98ea 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: "--no-strict-optional", ] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.4.1 + rev: v3.4.2 hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json, toml] @@ -64,7 +64,7 @@ repos: - id: rst-directive-colons - id: rst-inline-touching-normal - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.1 + rev: v0.8.2 hooks: - id: ruff args: ["--fix", "--show-fixes"]