From a071b6747bdf001493430848417d16bdb047cd1d Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 21:06:25 +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 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v1.2.3...v4.2.0) - [github.com/humitos/mirrors-autoflake.git: v1.3 → v1.1](https://github.com/humitos/mirrors-autoflake.git/compare/v1.3...v1.1) - https://github.com/ambv/black → https://github.com/psf/black - [github.com/psf/black: stable → 22.3.0](https://github.com/psf/black/compare/stable...22.3.0) - [github.com/kynan/nbstripout: master → 0.5.0](https://github.com/kynan/nbstripout/compare/master...0.5.0) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 186630a..4984a13 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: v4.2.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -11,7 +11,7 @@ repos: - id: check-yaml - repo: https://github.com/humitos/mirrors-autoflake.git - rev: v1.3 + rev: v1.1 hooks: - id: autoflake args: @@ -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: 22.3.0 hooks: - id: black language_version: python - repo: https://github.com/kynan/nbstripout - rev: master + rev: 0.5.0 hooks: - id: nbstripout files: '.ipynb'