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'