Skip to content

Commit 7fa0cb7

Browse files
committed
black should run after flake
(cherry picked from commit 48f8ab8)
1 parent 84cfb3c commit 7fa0cb7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ repos:
1010
args: [--maxkb=15000]
1111
- id: check-yaml
1212

13-
- repo: https://github.com/ambv/black
14-
rev: stable
15-
hooks:
16-
- id: black
17-
language_version: python
18-
1913
- repo: https://github.com/humitos/mirrors-autoflake.git
2014
rev: v1.3
2115
hooks:
@@ -27,6 +21,13 @@ repos:
2721
'--ignore-init-module-imports',
2822
'--imports=torch,torch_geometric,torch_scatter,torch_cluster,numpy,sklearn,scipy,torch_sparse,torch_points_kernels',
2923
]
24+
25+
- repo: https://github.com/ambv/black
26+
rev: stable
27+
hooks:
28+
- id: black
29+
language_version: python
30+
3031
- repo: https://github.com/kynan/nbstripout
3132
rev: master
3233
hooks:

0 commit comments

Comments
 (0)