Skip to content

Commit a4155b7

Browse files
committed
pre-commit: add isort
1 parent 8de5817 commit a4155b7

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
@@ -14,3 +14,9 @@ repos:
1414
rev: v2.1.0
1515
hooks:
1616
- id: darker
17+
- repo: https://github.com/pycqa/isort
18+
rev: 5.13.2
19+
hooks:
20+
- id: isort
21+
name: isort (python)
22+
args: ["--profile", "black"]

0 commit comments

Comments
 (0)