Skip to content

Commit fc4b1d5

Browse files
authored
adopting sort-all pre-commit git hook (#128)
1 parent 209d0ea commit fc4b1d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,9 @@ repos:
3939
name: isort (cython)
4040
types: [file, cython]
4141
args: [--filter-files]
42+
43+
- repo: https://github.com/aio-libs/sort-all
44+
rev: "v1.2.0"
45+
hooks:
46+
- id: sort-all
47+
types: [file, python]

0 commit comments

Comments
 (0)