Skip to content

Commit 35f6454

Browse files
committed
Migrate to a hosted isort pre-commit hook
1 parent 1551af1 commit 35f6454

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,13 @@ repos:
2020
hooks:
2121
- id: black
2222

23-
- repo: local
23+
- repo: https://github.com/pycqa/isort
24+
rev: 6.0.1
2425
hooks:
2526
- id: isort
26-
name: isort
27-
entry: isort
28-
args: ['--filter-files']
29-
language: system
30-
require_serial: true
31-
types: [python]
3227

28+
- repo: local
29+
hooks:
3330
- id: pyflakes
3431
name: pyflakes
3532
entry: pyflakes

0 commit comments

Comments
 (0)