Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v1.2.3 → v4.2.0](pre-commit/pre-commit-hooks@v1.2.3...v4.2.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 → 22.3.0](psf/black@stable...22.3.0)
- [github.com/kynan/nbstripout: master → 0.5.0](kynan/nbstripout@master...0.5.0)
pre-commit-ci[bot] authored Apr 11, 2022
1 parent 412d4ad commit a071b67
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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'

0 comments on commit a071b67

Please sign in to comment.