diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 186630a..1f12ae1 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-pre-commit-mirror + 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'