diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index bd78cd1..32a2aa9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,21 +48,21 @@ repos: - id: fix-ligatures - id: fix-smartquotes - - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.0.275 + - repo: https://github.com/astral-sh/ruff-pre-commit + rev: v0.0.280 hooks: - id: ruff args: ["--fix"] # Run code formatting with Black - repo: https://github.com/psf/black - rev: 23.3.0 # Keep in sync with blacken-docs + rev: 23.7.0 # Keep in sync with blacken-docs hooks: - id: black-jupyter # 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: @@ -70,7 +70,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]