From d0032db77ea3878a74d3eca51d7a3d11e8fbfb4a Mon Sep 17 00:00:00 2001 From: "TEAM 4.0[bot]" Date: Wed, 14 Feb 2024 13:08:53 +0100 Subject: [PATCH] [Auto-generated] Update dependencies (#241) Update `pre-commit` hooks --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 520916b7..4ed9593a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,7 +33,7 @@ repos: # Black is a code style and formatter # It works on files in-place - repo: https://github.com/ambv/black - rev: 24.1.1 + rev: 24.2.0 hooks: - id: black @@ -42,7 +42,7 @@ repos: # More information can be found in its documentation: # https://docs.astral.sh/ruff/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.15 + rev: v0.2.1 hooks: - id: ruff # Fix what can be fixed in-place and exit with non-zero status if files were