From bbf8e02c065dd4a462b6db66c7e125b114f70416 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 21:59:56 +0000 Subject: [PATCH] Bump pre-commit --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9c9bff2d..b8868318 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,20 +1,20 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 # Use the ref you want to point at + rev: v5.0.0 # Use the ref you want to point at hooks: - id: end-of-file-fixer - repo: https://github.com/psf/black - rev: 23.10.0 + rev: 25.1.0 hooks: - id: black args: [--config=pyproject.toml] - repo: https://github.com/timothycrosley/isort - rev: 5.12.0 + rev: 6.0.0 hooks: - id: isort args: [--sp=pyproject.toml] - repo: https://github.com/pycqa/flake8 - rev: 6.1.0 + rev: 7.1.2 hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade