Skip to content

Commit 1579b4f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v1.2.3 → v6.0.0](pre-commit/pre-commit-hooks@v1.2.3...v6.0.0) - https://github.com/ambv/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: stable → 25.9.0](psf/black-pre-commit-mirror@stable...25.9.0) - [github.com/kynan/nbstripout: master → 0.8.1](kynan/nbstripout@master...0.8.1)
1 parent 412d4ad commit 1579b4f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: 'benchmark|conf|data|docs|outputs'
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v1.2.3
5+
rev: v6.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -22,14 +22,14 @@ repos:
2222
'--imports=torch,torch_geometric,torch_scatter,torch_cluster,numpy,sklearn,scipy,torch_sparse,torch_points_kernels',
2323
]
2424

25-
- repo: https://github.com/ambv/black
26-
rev: stable
25+
- repo: https://github.com/psf/black-pre-commit-mirror
26+
rev: 25.9.0
2727
hooks:
2828
- id: black
2929
language_version: python
3030

3131
- repo: https://github.com/kynan/nbstripout
32-
rev: master
32+
rev: 0.8.1
3333
hooks:
3434
- id: nbstripout
3535
files: '.ipynb'

0 commit comments

Comments
 (0)