diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 61b10f63..bddebe01 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: blacken-docs additional_dependencies: [black==23.*] - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.29.4 + rev: 0.30.0 hooks: - id: check-github-workflows - id: check-dependabot @@ -43,7 +43,7 @@ repos: "--no-strict-optional", ] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.3.3 + rev: v3.4.1 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.0 + rev: v0.8.1 hooks: - id: ruff args: ["--fix", "--show-fixes"]