Skip to content

Commit bcc0d33

Browse files
committed
Fix pre-commit yaml
1 parent a0184b5 commit bcc0d33

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.pre-commit-config.yaml

-6
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,3 @@ repos:
1414
hooks:
1515
- id: black
1616
args: ["--line-length", "120"]
17-
- repo: https://github.com/pycqa/isort
18-
rev: 5.10.1
19-
hooks:
20-
- id: isort
21-
name: isort (python)
22-
args: ["--profile", "black", "-l", "120"]

0 commit comments

Comments
 (0)