Skip to content

Commit 271c063

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v1.2.3 → v5.0.0](pre-commit/pre-commit-hooks@v1.2.3...v5.0.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/blackhttps://github.com/psf/black - [github.com/psf/black: stable → 25.1.0](psf/black@stable...25.1.0) - [github.com/kynan/nbstripout: master → 0.8.1](kynan/nbstripout@master...0.8.1)
1 parent 412d4ad commit 271c063

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 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: v5.0.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
@@ -11,7 +11,7 @@ repos:
1111
- id: check-yaml
1212

1313
- repo: https://github.com/humitos/mirrors-autoflake.git
14-
rev: v1.3
14+
rev: v1.1
1515
hooks:
1616
- id: autoflake
1717
args:
@@ -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
26+
rev: 25.1.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)