diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0cd69a0..7522cdb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,14 +33,14 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/rbubley/mirrors-prettier - rev: "v3.9.4" + rev: "v3.9.5" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json] args: [--prose-wrap=always] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.15.20" + rev: "v0.15.22" hooks: # Run the linter - id: ruff-check @@ -59,7 +59,7 @@ repos: # - pytest - repo: https://github.com/codespell-project/codespell - rev: "v2.4.2" + rev: "v2.4.3" hooks: - id: codespell args: ["--quiet-level 3"] @@ -78,7 +78,7 @@ repos: exclude: .pre-commit-config.yaml - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: "2026.07.06" + rev: "2026.07.20" hooks: - id: validate-pyproject