diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 76a6dc2..54564ee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,7 +39,7 @@ repos: # 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 @@ -49,7 +49,7 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==23.3.0 # keep in sync with black hook + - black==23.7.0 # keep in sync with black hook # Check for spelling - repo: https://github.com/codespell-project/codespell @@ -70,7 +70,7 @@ repos: types_or: [yaml, markdown, html, css, javascript, json] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.277 + rev: v0.0.278 hooks: - id: ruff args: ["--fix"]