From c438bd929b5830d00f9e1fa5c9e805bcfb4e8446 Mon Sep 17 00:00:00 2001 From: Jocelin Hounon Date: Fri, 25 Oct 2024 13:45:26 -0700 Subject: [PATCH] upgrade pre-commit repos (#597) --- .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 36872436..00f1ffc0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: /~https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-added-large-files - id: check-toml @@ -12,18 +12,18 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: /~https://github.com/asottile/pyupgrade - rev: v3.16.0 + rev: v3.19.0 hooks: - id: pyupgrade args: - --py38-plus - repo: /~https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.8 + rev: v0.7.1 hooks: - id: ruff args: - --fix - repo: /~https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black