From 7a9f84e2bf16a4102c2cd05446071156430374f9 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Sun, 28 Apr 2024 21:19:22 -0700 Subject: [PATCH] Update pre-commit versions ``` pre-commit autoupdate ``` --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ad0bc5a9..4bd737fd0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: # Python Formatting - repo: https://github.com/psf/black - rev: 24.4.0 # Keep in sync with blacken-docs + rev: 24.4.2 # Keep in sync with blacken-docs hooks: - id: black - repo: https://github.com/asottile/blacken-docs @@ -89,13 +89,13 @@ repos: hooks: - id: blacken-docs additional_dependencies: - - black==24.4.0 # keep in sync with black hook + - black==24.4.2 # keep in sync with black hook # TODO: black-jupyter # Python: Ruff linter # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.1 + rev: v0.4.2 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix]