Skip to content

Commit 1cc5b88

Browse files
committed
pre-commit: Add isort
1 parent 48b078a commit 1cc5b88

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ repos:
66
language_version: python3
77
args: ['--target-version', 'py36']
88
exclude: '^docs/source/conf\.py$'
9+
10+
- repo: https://github.com/pycqa/isort
11+
rev: 5.10.1
12+
hooks:
13+
- id: isort

0 commit comments

Comments
 (0)