Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8c58f99

Browse files
authoredDec 27, 2021
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v1.2.3 → v4.1.0](pre-commit/pre-commit-hooks@v1.2.3...v4.1.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 → 21.12b0](psf/black@stable...21.12b0) - [github.com/kynan/nbstripout: master → 0.5.0](kynan/nbstripout@master...0.5.0)
1 parent 412d4ad commit 8c58f99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎.pre-commit-config.yaml

+5-5
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: v4.1.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: 21.12b0
2727
hooks:
2828
- id: black
2929
language_version: python
3030

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

0 commit comments

Comments
 (0)
Please sign in to comment.