Skip to content

Commit 3f9f18f

Browse files
committed
MAINT: rerun pre-commit
1 parent 07c1f18 commit 3f9f18f

38 files changed

+4963
-2510
lines changed

.pre-commit-config.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
repos:
2+
- repo: https://github.com/myint/autoflake
3+
rev: v2.0.0
4+
hooks:
5+
- id: autoflake
6+
args: ["--in-place"]
7+
exclude: ^torch_np/tests/numpy_tests/
8+
- repo: https://github.com/timothycrosley/isort
9+
rev: 5.11.4
10+
hooks:
11+
- id: isort
12+
args: ["--profile", "black", "--filter-files"]
13+
exclude: ^torch_np/tests/numpy_tests/
14+
- repo: https://github.com/psf/black
15+
rev: 22.12.0
16+
hooks:
17+
- id: black
18+
exclude: ^torch_np/tests/numpy_tests/

0 commit comments

Comments
 (0)