Skip to content

Commit 10fdf0b

Browse files
committed
pre-commit: remove seed-isort-config + update mirrors-isort
1 parent 4cab835 commit 10fdf0b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ repos:
1010
exclude_types: [svg]
1111
- id: check-yaml
1212
- id: check-added-large-files
13-
- repo: https://github.com/asottile/seed-isort-config
14-
rev: v2.2.0
15-
hooks:
16-
- id: seed-isort-config
17-
- repo: https://github.com/pre-commit/mirrors-isort
18-
rev: v5.10.1
13+
- repo: https://github.com/pycqa/isort
14+
rev: 5.11.2
1915
hooks:
2016
- id: isort
2117
args: [--profile, black]

0 commit comments

Comments
 (0)