Skip to content

Commit f30e1bf

Browse files
authored
Change isort hook stage from commit to pre-commit
Avoids deprecation warning and works on isort 5 through 8
1 parent 5fd8a9d commit f30e1bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ repos:
2323
hooks:
2424
- id: isort
2525
name: isort
26-
stages: [commit]
26+
stages: [pre-commit]

0 commit comments

Comments
 (0)