From a1324d8b80796a4b407064b146780e6d5b445a4d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:53:00 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v1.2.3 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v1.2.3...v6.0.0) - https://github.com/ambv/black → https://github.com/psf/black - [github.com/psf/black: stable → 25.9.0](https://github.com/psf/black/compare/stable...25.9.0) - [github.com/kynan/nbstripout: master → 0.8.1](https://github.com/kynan/nbstripout/compare/master...0.8.1) --- .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 186630a..8650dfc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: 'benchmark|conf|data|docs|outputs' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v1.2.3 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -22,14 +22,14 @@ repos: '--imports=torch,torch_geometric,torch_scatter,torch_cluster,numpy,sklearn,scipy,torch_sparse,torch_points_kernels', ] - - repo: https://github.com/ambv/black - rev: stable + - repo: https://github.com/psf/black + rev: 25.9.0 hooks: - id: black language_version: python - repo: https://github.com/kynan/nbstripout - rev: master + rev: 0.8.1 hooks: - id: nbstripout files: '.ipynb'