Skip to content

Commit 5dbb888

Browse files
committed
Remove isort from pre-commit config
1 parent ef2708c commit 5dbb888

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.pre-commit-config.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,17 +34,6 @@ repos:
3434
hooks:
3535
- id: prettier
3636

37-
- repo: https://github.com/timothycrosley/isort
38-
rev: "5.12.0"
39-
hooks:
40-
- id: isort
41-
42-
- repo: https://github.com/timothycrosley/isort
43-
rev: "5.12.0"
44-
hooks:
45-
- id: isort
46-
args: [-a, "from __future__ import annotations", cssfinder]
47-
4837
- repo: https://github.com/ambv/black
4938
rev: "23.3.0"
5039
hooks:

0 commit comments

Comments
 (0)