diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c737d4ff..8aae54a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,8 +49,8 @@ repos: - id: rst-inline-touching-normal # Run ruff (subsumes pyupgrade, isort, flake8+plugins, and more) - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.276 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.277 hooks: - id: ruff args: ["--fix", "--show-fixes"] @@ -63,7 +63,7 @@ repos: # Also run Black on examples in the documentation - repo: https://github.com/asottile/blacken-docs - rev: 1.14.0 + rev: 1.15.0 hooks: - id: blacken-docs additional_dependencies: @@ -87,7 +87,7 @@ repos: # Format configuration files with prettier - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.9-for-vscode" + rev: "v3.0.0" hooks: - id: prettier types_or: [yaml, markdown, html, css, scss, javascript, json]