Skip to content

Commit 165953f

Browse files
authored
devops: Migrate isort pre-commit hook (#220)
1 parent d98d38b commit 165953f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repos:
2020
rev: '3.8.3'
2121
hooks:
2222
- id: flake8
23-
- repo: https://github.com/pre-commit/mirrors-isort
24-
rev: v5.5.4
23+
- repo: https://github.com/pycqa/isort
24+
rev: 5.5.4
2525
hooks:
2626
- id: isort

0 commit comments

Comments
 (0)